k8s-clusters/ansible/k3s-node/tasks/upgrade-all-packages.yml

9 lines
219 B
YAML
Raw Normal View History

2022-02-03 14:05:56 -06:00
- name: upgrade all packages
2022-02-06 15:52:03 -06:00
when: ansible_facts.os_family == 'Archlinux'
2022-02-03 14:05:56 -06:00
community.general.pacman:
2022-02-07 21:07:07 -06:00
executable: '{{ aur_helper_command }}'
2022-02-03 14:05:56 -06:00
force: yes
state: latest
update_cache: yes
upgrade: yes