Explorar o código

Update k8s_installation.yml

Signed-off-by: abhishek-sa1 <abhishek.sa3@dell.com>
abhishek-sa1 %!s(int64=3) %!d(string=hai) anos
pai
achega
931e9f1e57

+ 4 - 0
control_plane/roles/control_plane_k8s/tasks/k8s_installation.yml

@@ -19,6 +19,10 @@
     fstype: swap
     state: absent
 
+- name: Disable selinux
+  selinux:
+    state: disabled
+
 - name: Copy k8s.conf file
   copy:
     src: k8s.conf