浏览代码

change permission 0666 -> 0600

Signed-off-by: John lockman <john.lockman@friday.local>
John lockman 4 年之前
父节点
当前提交
732d4ca4d1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      roles/cluster_validation/tasks/fetch_password.yml

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

@@ -29,7 +29,7 @@
       {{ vault_key }}
     owner: root
     force: yes
-    mode: '0666'
+    mode: '0600'
   when: not vault_key_result.stat.exists
 
 - name: Check if omnia config file is encrypted