Fix variable name - disable_selinux_reboot_timeout
Change-Id: I13eec08dcd5aabec5d75525fe82b5c970fd9d18c Story: 2001719 Task: 8714
This commit is contained in:
parent
1e019fc1f8
commit
37fca8b724
@ -47,7 +47,7 @@
|
|||||||
state: started
|
state: started
|
||||||
# Wait for 10 seconds before polling to ensure the node has shutdown.
|
# Wait for 10 seconds before polling to ensure the node has shutdown.
|
||||||
delay: 10
|
delay: 10
|
||||||
timeout: "{{ disable_selinux_do_reboot_timeout }}"
|
timeout: "{{ disable_selinux_reboot_timeout }}"
|
||||||
when: not is_local | bool
|
when: not is_local | bool
|
||||||
when:
|
when:
|
||||||
- disable_selinux_do_reboot | bool
|
- disable_selinux_do_reboot | bool
|
||||||
|
Loading…
Reference in New Issue
Block a user