diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-24 16:24:28 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-24 16:24:28 +0100 |
| commit | 6d927c0f20f95dfb1ece8766dfaf34805bc2f820 (patch) | |
| tree | 7fcc3918e290e31309d74eb0b784fa6a00318ee3 /roles/hyprland/tasks | |
| parent | b39722e58c1935f4d92c052cf89c941164150c35 (diff) | |
Fix ansible_facts to use only bracket notation instead of dot notation
Co-authored-by: claude.ai
Diffstat (limited to 'roles/hyprland/tasks')
| -rw-r--r-- | roles/hyprland/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
