From 9442f28c60c377812531948f6c22c00a711d1bf8 Mon Sep 17 00:00:00 2001
From: "R. P. Taylor" <1686627+rptaylor@users.noreply.github.com>
Date: Sat, 17 Feb 2024 20:17:40 -0800
Subject: [PATCH] do not disable SELinux surreptitiously (#10920)

---
 roles/kubernetes/preinstall/tasks/0080-system-configurations.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/roles/kubernetes/preinstall/tasks/0080-system-configurations.yml b/roles/kubernetes/preinstall/tasks/0080-system-configurations.yml
index 87fb17667..8159dcc23 100644
--- a/roles/kubernetes/preinstall/tasks/0080-system-configurations.yml
+++ b/roles/kubernetes/preinstall/tasks/0080-system-configurations.yml
@@ -19,7 +19,6 @@
     - ansible_os_family == "RedHat"
     - "'Amazon' not in ansible_distribution"
     - slc.stat.exists
-  changed_when: False
   tags:
     - bootstrap-os
 
-- 
GitLab