correct reboot case
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
vincent 2021-08-18 18:36:52 +02:00
parent 85f49c4455
commit 4b33b05b8a

View File

@ -40,7 +40,7 @@
- name: Reboot updates to apply
reboot:
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
- name: zsh install