Fix variable name - disable_selinux_reboot_timeout

Change-Id: I13eec08dcd5aabec5d75525fe82b5c970fd9d18c
Story: 2001719
Task: 8714
This commit is contained in:
Mark Goddard 2018-03-22 13:05:35 +00:00
parent 1e019fc1f8
commit 37fca8b724
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
state: started
# Wait for 10 seconds before polling to ensure the node has shutdown.
delay: 10
timeout: "{{ disable_selinux_do_reboot_timeout }}"
timeout: "{{ disable_selinux_reboot_timeout }}"
when: not is_local | bool
when:
- disable_selinux_do_reboot | bool