소스 검색

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: