diff --git a/roles/rke2/tasks/fix_selinux.yml b/roles/rke2/tasks/fix_selinux.yml index bee91bae2afdbf027bee4d7d231f95f169b4bfab..c95e1c52e9950f054958476c58ac22e04c73e3d1 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 "