Skip to content

Commit 7930fab

Browse files
committed
Disable selinux in CI AIO env
Changes to the selinux role now mean that host configure will fail if the current selinux state does not match the desired state, and selinux_do_reboot is disabled.
1 parent bc87579 commit 7930fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/environments/ci-aio/globals.yml

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

5858
# Avoid a reboot.
59-
selinux_do_reboot: false
59+
selinux_state: disabled
6060

6161
###############################################################################
6262
# Dummy variable to allow Ansible to accept this file.

0 commit comments

Comments
 (0)