configs/tasks/update-packages.yml

10 lines
175 B
YAML
Raw 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
- name: Update flatpaks
shell:
cmd: flatpak update --noninteractive
become: true