summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2026-02-03 21:44:34 +0100
committerAhmed AbdelHalim <[email protected]>2026-02-03 21:44:34 +0100
commitbf1adc31216dbb218b6cb8a261406f4cd66b99c0 (patch)
treefc4b54e81a25f3ef1cc483d5266afb3a2419948f
parent58d2f6a21f38b166ecc4fda54995003ebf522575 (diff)
Fix remove dead code
-rw-r--r--roles/hyprland/tasks/main.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/roles/hyprland/tasks/main.yml b/roles/hyprland/tasks/main.yml
index 4e36a6dc..04b658e6 100644
--- a/roles/hyprland/tasks/main.yml
+++ b/roles/hyprland/tasks/main.yml
@@ -34,8 +34,6 @@
path: "/etc/hypr"
state: "directory"
mode: "0755"
- loop:
- - "{{ ansible_facts['env']['HOME'] }}/.config/hypr"
- name: "Configure system defaults"
become: true