فهرست منبع

Update main.yml

Signed-off-by: abhishek-sa1 <abhishek.sa3@dell.com>
abhishek-sa1 3 سال پیش
والد
کامیت
0a738cc163
1فایلهای تغییر یافته به همراه5 افزوده شده و 0 حذف شده
  1. 5 0
      roles/common/tasks/main.yml

+ 5 - 0
roles/common/tasks/main.yml

@@ -72,6 +72,11 @@
         name: "swap"
         fstype: swap
         state: absent
+        
+    - name: Disable selinux
+      selinux:
+        state: disabled
+      tags: install
 
     - name: Install common packages
       package: