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/hyprland/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/hyprland') diff --git a/roles/hyprland/tasks/main.yml b/roles/hyprland/tasks/main.yml index 451adb01..4e36a6dc 100644 --- a/roles/hyprland/tasks/main.yml +++ b/roles/hyprland/tasks/main.yml @@ -35,7 +35,7 @@ state: "directory" mode: "0755" loop: - - "{{ ansible_facts['env'].HOME }}/.config/hypr" + - "{{ ansible_facts['env']['HOME'] }}/.config/hypr" - name: "Configure system defaults" become: true -- cgit v1.2.3