From 2810f5262a687fd020cf19917e505ae3cad8125b Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 30 Dec 2020 16:56:59 -0600 Subject: [PATCH] Fix typo in reboot.yml --- reboot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reboot.yml b/reboot.yml index 02fbe4e..ee7ef47 100755 --- a/reboot.yml +++ b/reboot.yml @@ -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