Merge "Rename disable_selinux_do_reboot"

This commit is contained in:
Zuul 2023-09-21 12:39:09 +00:00 committed by Gerrit Code Review
commit a58eb9a4a6
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,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.