Skip to content

Commit e44fb75

Browse files
committed
Rename disable_selinux_do_reboot
It was renamed in the Zed release to selinux_do_reboot. Change-Id: I6504337fd44e83120a201ae5b77cc030cb7738be
1 parent 12cbf39 commit e44fb75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/globals.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ os_distribution: "{{ lookup('pipe', '. /etc/os-release && echo $ID') | trim }}"
7070

7171
# Don't reboot after disabling SELinux in all-in-one environments, as Ansible
7272
# is typically run directly on the controller.
73-
disable_selinux_do_reboot: false
73+
selinux_do_reboot: false
7474

7575
###############################################################################
7676
# Dummy variable to allow Ansible to accept this file.

0 commit comments

Comments
 (0)