From 7cd86cbb9f65af90d9b401554f02a534dd9c85a2 Mon Sep 17 00:00:00 2001 From: Matthieu Bessat Date: Mon, 9 Sep 2024 00:39:47 +0200 Subject: [PATCH] fix: add local secrets folder --- ansible/workstation.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ansible/workstation.yaml b/ansible/workstation.yaml index 54c35aa..b71da3d 100644 --- a/ansible/workstation.yaml +++ b/ansible/workstation.yaml @@ -309,7 +309,12 @@ path: "{{ home }}/quick/screenshots" state: directory recurse: true - - name: Setup temporary secrets folder (cookies jar) + - name: Setup long-term local secrets + file: + path: "{{ home }}/.hidden/local_secrets" + state: directory + recurse: true + - name: Setup temporary secrets folder file: path: "{{ home }}/.cache/secrets/" state: directory