fix: update local directories

This commit is contained in:
Matthieu Bessat 2024-12-11 18:44:19 +01:00
parent 6dff36860d
commit b66fa1861f
2 changed files with 14 additions and 7 deletions

View file

@ -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