fix: update local directories
This commit is contained in:
parent
6dff36860d
commit
b66fa1861f
2 changed files with 14 additions and 7 deletions
|
|
@ -311,12 +311,17 @@
|
|||
recurse: true
|
||||
- name: Setup long-term local secrets
|
||||
file:
|
||||
path: "{{ home }}/.hidden/local_secrets"
|
||||
path: "{{ home }}/.local/secrets"
|
||||
state: directory
|
||||
recurse: true
|
||||
- name: Setup directory to contains local root CA
|
||||
file:
|
||||
path: "{{ home }}/.local/secrets/root_ca"
|
||||
state: directory
|
||||
recurse: true
|
||||
- name: Setup temporary secrets folder
|
||||
file:
|
||||
path: "{{ home }}/.cache/secrets/"
|
||||
path: "{{ home }}/.cache/secrets"
|
||||
state: directory
|
||||
recurse: true
|
||||
- name: Setup vaults dir gpg home
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue