From ab9b04baac2970fdcea9999e2bcfd7d60d3fc23d Mon Sep 17 00:00:00 2001 From: Ahmed AbdelHalim Date: Sat, 24 Jan 2026 16:24:28 +0100 Subject: Fix ansible_facts to use only bracket notation instead of dot notation Co-authored-by: claude.ai --- roles/password_store/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/password_store') 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 -- cgit v1.2.3