configs/tasks/update-packages.yml

11 lines
202 B
YAML
Raw Permalink Normal View History

- name: Update packages installed through dnf
2022-01-23 21:43:00 -05:00
dnf:
name: "*"
2022-01-26 22:30:17 -05:00
state: latest
2022-01-28 12:46:51 -05:00
# will always show changed
2022-01-26 22:30:17 -05:00
- name: Update flatpaks
shell:
cmd: flatpak update --noninteractive
become: true