summaryrefslogtreecommitdiffstats
path: root/roles/hyprland
diff options
context:
space:
mode:
Diffstat (limited to 'roles/hyprland')
-rw-r--r--roles/hyprland/tasks/main.yml2
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