forked from jakub/ansible
Update update.yml
This commit is contained in:
@@ -70,7 +70,11 @@
|
|||||||
command: flatpak uninstall --unused -y
|
command: flatpak uninstall --unused -y
|
||||||
when: flatpak_check.rc == 0
|
when: flatpak_check.rc == 0
|
||||||
failed_when: false
|
failed_when: false
|
||||||
|
|
||||||
|
- name: Update snap packages
|
||||||
|
command: snap refresh
|
||||||
|
failed_when: false
|
||||||
|
|
||||||
- name: Check if reboot is required
|
- name: Check if reboot is required
|
||||||
stat:
|
stat:
|
||||||
path: /var/run/reboot-required
|
path: /var/run/reboot-required
|
||||||
|
|||||||
Reference in New Issue
Block a user