From 96824fdce4e4e7b4359bb8724ee58ad26f24f3e3 Mon Sep 17 00:00:00 2001
From: entlein <einentlein@gmail.com>
Date: Fri, 1 Jul 2022 10:40:09 +0200
Subject: [PATCH] now I ll totally disable it, not just put it into permissive
 mode, its annoying me too much

---
 roles/rke2/tasks/fix_selinux.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/roles/rke2/tasks/fix_selinux.yml b/roles/rke2/tasks/fix_selinux.yml
index bee91ba..c95e1c5 100644
--- a/roles/rke2/tasks/fix_selinux.yml
+++ b/roles/rke2/tasks/fix_selinux.yml
@@ -1,7 +1,7 @@
-# - name: Sleep for 45 seconds so that the helm operator has deployed the deamonset
-#   ansible.builtin.wait_for:
-#     timeout: 45
-#   delegate_to: localhost
+- name: Sleep for 120 seconds so that the helm operator has deployed the deamonset
+  ansible.builtin.wait_for:
+    timeout: 120
+  delegate_to: localhost
 
 #- name: kill the openstack ccm pods to make sure they boot in permissive mode
 #  shell: "/var/lib/rancher/rke2/bin/kubectl --kubeconfig /etc/rancher/rke2/rke2.yaml rollout restart -n kube-system ds openstack-cloud-controller-manager "
-- 
GitLab