diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-02-03 21:44:34 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-02-03 21:44:34 +0100 |
| commit | a28abfae412d0f9391264f63df7223fc9107d300 (patch) | |
| tree | fc4b54e81a25f3ef1cc483d5266afb3a2419948f | |
| parent | 2bbfcb752e6163cb82d6c8aa29e0dcd66521e456 (diff) | |
Fix remove dead code
| -rw-r--r-- | roles/hyprland/tasks/main.yml | 2 |
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 |
