Rename disable_selinux_do_reboot

It was renamed in the Zed release to selinux_do_reboot.

Change-Id: I6504337fd44e83120a201ae5b77cc030cb7738be
This commit is contained in:
Mark Goddard 2023-05-17 13:49:48 +01:00
parent 12cbf39eed
commit e44fb75d18

View File

@ -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.