We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7778b66 + 07dd8e3 commit 0341b51Copy full SHA for 0341b51
tasks/upgrade_now.yml
@@ -20,7 +20,7 @@
20
shell: sleep 2 && shutdown -r now "Ansible updates triggered"
21
async: 1
22
poll: 0
23
- when: require_reboot is defined and require_reboot.stat.exists
+ when: require_reboot.stat is defined and require_reboot.stat.exists
24
25
- name: upgrade_now | Check and set if ansible_ssh_host is set
26
set_fact:
@@ -41,7 +41,7 @@
41
search_regex=OpenSSH
42
connection: local
43
become: False
44
45
46
- name: upgrade_now | pause a little to ensure everything is running
47
pause:
0 commit comments