diff --git a/roles/rke2/tasks/fix_selinux.yml b/roles/rke2/tasks/fix_selinux.yml
index 39d489d26e465bfba854fae82009707af1b75752..9f40fa22be4e3bf6ab5b8264253b03d617f0ef22 100644
--- a/roles/rke2/tasks/fix_selinux.yml
+++ b/roles/rke2/tasks/fix_selinux.yml
@@ -6,13 +6,13 @@
 #ausearch -c 'tail' --raw | audit2allow -M my-tail
 #semodule -i my-tail.pp
 
-- name: install SELinux debug RHEL packages
-  dnf:
-    name:
-      - setroubleshoot      
-      - python3-libselinux
-      - policycoreutils-python-utils
-    state: present
+# - name: install SELinux debug RHEL packages
+#   dnf:
+#     name:
+#       - setroubleshoot      
+#       - python3-libselinux
+#       - policycoreutils-python-utils
+#     state: present
 
 #Additional Information:
 #Source Context                system_u:system_r:container_t:s0:c148,c270
@@ -46,13 +46,13 @@
 ##============= container_t ==============
 #allow container_t cert_t:dir read;
 
-- name: uninstall SELinux debug RHEL packages
-  dnf:
-    name:
-      - setroubleshoot      
-      - python3-libselinux
-      - policycoreutils-python-utils
-    state: absent
+# - name: uninstall SELinux debug RHEL packages
+#   dnf:
+#     name:
+#       - setroubleshoot      
+#       - python3-libselinux
+#       - policycoreutils-python-utils
+#     state: absent
 #rancher    40814  0.1  0.3 751524 58892 ?        Ssl  05:02   0:16 /bin/openstack-cloud-controller-manager --v=2 --cloud-config=/etc/config/cloud.conf --cluster-name=kubernetes --cloud-provider=openstack --use-service-account-credentials=true --controllers=cloud-node,cloud-node-lifecycle,route,service --bind-address=127.0.0.1 --cluster-name=rke2-cluster-beta
 
 #- name: wait for openstack-cloud-controller to have booted (very indirect and stupid method)