This commit is contained in:
2022-10-30 09:53:14 -05:00
parent 45585f33bc
commit cc44f9bb78
4 changed files with 52 additions and 0 deletions

View File

@@ -56,3 +56,12 @@
group: "user"
mode: '0770'
state: directory
- name: Create credentials folder
become_user: user
ansible.builtin.file:
path: ~/.credentials
owner: "user"
group: "user"
mode: '0700'
state: directory