Rename disable_selinux_do_reboot
It was renamed in the Zed release to selinux_do_reboot. Change-Id: I6504337fd44e83120a201ae5b77cc030cb7738be
This commit is contained in:
parent
12cbf39eed
commit
e44fb75d18
@ -70,7 +70,7 @@ os_distribution: "{{ lookup('pipe', '. /etc/os-release && echo $ID') | trim }}"
|
||||
|
||||
# Don't reboot after disabling SELinux in all-in-one environments, as Ansible
|
||||
# is typically run directly on the controller.
|
||||
disable_selinux_do_reboot: false
|
||||
selinux_do_reboot: false
|
||||
|
||||
###############################################################################
|
||||
# Dummy variable to allow Ansible to accept this file.
|
||||
|
Loading…
Reference in New Issue
Block a user