Fix typo in reboot.yml
This commit is contained in:
parent
a01ce39e0a
commit
2810f5262a
@ -8,6 +8,6 @@
|
|||||||
stat: path=/var/run/reboot-required
|
stat: path=/var/run/reboot-required
|
||||||
register: s
|
register: s
|
||||||
- name: reboot
|
- name: reboot
|
||||||
reboot: reboot-timeout=300
|
reboot: reboot_timeout=300
|
||||||
when: s.stat.exists
|
when: s.stat.exists
|
||||||
become: yes
|
become: yes
|
||||||
|
Loading…
Reference in New Issue
Block a user