Fix typo in reboot.yml

This commit is contained in:
Salt 2020-12-30 16:56:59 -06:00
parent a01ce39e0a
commit 2810f5262a

View File

@ -8,6 +8,6 @@
stat: path=/var/run/reboot-required
register: s
- name: reboot
reboot: reboot-timeout=300
reboot: reboot_timeout=300
when: s.stat.exists
become: yes