This commit is contained in:
parent
85f49c4455
commit
4b33b05b8a
@ -40,7 +40,7 @@
|
|||||||
- name: Reboot updates to apply
|
- name: Reboot updates to apply
|
||||||
reboot:
|
reboot:
|
||||||
reboot_timeout: 3600
|
reboot_timeout: 3600
|
||||||
when: upgrade.changed and "linux" in upgrade.packages and not debian.stdout
|
when: not debian.stdout and (upgrade.changed and "linux" in upgrade.packages)
|
||||||
become: yes
|
become: yes
|
||||||
|
|
||||||
- name: zsh install
|
- name: zsh install
|
||||||
|
Loading…
Reference in New Issue
Block a user