ソースを参照

Merge pull request #254 from j0hnL/permissionfix

Permissionfix
Lucas A. Wilson 4 年 前
コミット
64125ffb67
1 ファイル変更2 行追加2 行削除
  1. 2 2
      roles/cluster_validation/tasks/fetch_password.yml

+ 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