Explorar el Código

change permission 0666 -> 0600

Signed-off-by: John lockman <john.lockman@friday.local>
John lockman hace 4 años
padre
commit
732d4ca4d1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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