Skip to content

Commit 4b945fb

Browse files
committed
CI: Set selinux_state to disabled for ci-builder environment
Without this it fails during seed host configuration because SELinux is disabled.
1 parent 8b7ea25 commit 4b945fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

1414
# Avoid a reboot.
15-
selinux_do_reboot: false
15+
selinux_state: disabled

0 commit comments

Comments
 (0)