From e44fb75d1849d015eb5287257b0ebd67afc20846 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Wed, 17 May 2023 13:49:48 +0100 Subject: [PATCH] Rename disable_selinux_do_reboot It was renamed in the Zed release to selinux_do_reboot. Change-Id: I6504337fd44e83120a201ae5b77cc030cb7738be --- etc/kayobe/globals.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/kayobe/globals.yml b/etc/kayobe/globals.yml index 58717f8..43f0f1d 100644 --- a/etc/kayobe/globals.yml +++ b/etc/kayobe/globals.yml @@ -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.