Procházet zdrojové kódy

Merge pull request #254 from j0hnL/permissionfix

Permissionfix
Lucas A. Wilson před 4 roky
rodič
revize
64125ffb67

+ 2 - 2
roles/cluster_validation/tasks/fetch_password.yml

@@ -29,7 +29,7 @@
       {{ vault_key }}
     owner: root
     force: yes
-    mode: '0755'
+    mode: '0600'
   when: not vault_key_result.stat.exists
 
 - name: Check if omnia config file is encrypted
@@ -84,4 +84,4 @@
   command: >-
     ansible-vault encrypt {{ role_path }}/../../{{ config_filename }}
     --vault-password-file {{ role_path }}/../../{{ config_vaultname }}
-  changed_when: false
+  changed_when: false