summaryrefslogtreecommitdiffstats
path: root/roles/password_store
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2026-01-24 16:24:28 +0100
committerAhmed AbdelHalim <[email protected]>2026-01-24 16:24:28 +0100
commitab9b04baac2970fdcea9999e2bcfd7d60d3fc23d (patch)
tree7fcc3918e290e31309d74eb0b784fa6a00318ee3 /roles/password_store
parent3cf08783dec1d6c5f9e2a7933e730b054d78e376 (diff)
Fix ansible_facts to use only bracket notation instead of dot notation
Co-authored-by: claude.ai
Diffstat (limited to 'roles/password_store')
-rw-r--r--roles/password_store/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/password_store/tasks/main.yml b/roles/password_store/tasks/main.yml
index be15bc7d..acd0b5f0 100644
--- a/roles/password_store/tasks/main.yml
+++ b/roles/password_store/tasks/main.yml
@@ -11,7 +11,7 @@
- name: "Clone password store git repo"
ansible.builtin.git:
repo: "{{ password_store_repo_url }}"
- dest: "{{ ansible_facts['env'].HOME }}/.password-store"
+ dest: "{{ ansible_facts['env']['HOME'] }}/.password-store"
clone: true
update: false
single_branch: true