2022-01-26 18:11:50 -05:00
|
|
|
- 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
|