浏览代码

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