diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-09 23:16:05 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-09 23:16:05 +0100 |
| commit | b13c40b30325c352d235ea31219271de506ff369 (patch) | |
| tree | f58c25bdfab5a3604fef66e936735cf18ecc3fb4 /roles/swaybg/tasks | |
| parent | ed18c43b3f8cc2cbcbb2edf23384576264a7577a (diff) | |
Replace swaybg role with just package install
Since it's highly unlikely for this role to be used separately from
archlinux hyprland setup, it's better to have it installed as a package
and not as a separate role
Diffstat (limited to 'roles/swaybg/tasks')
| -rw-r--r-- | roles/swaybg/tasks/main.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/roles/swaybg/tasks/main.yml b/roles/swaybg/tasks/main.yml deleted file mode 100644 index e68dfb73..00000000 --- a/roles/swaybg/tasks/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -- name: "Ensure swaybg is installed" - become: true - ansible.builtin.package: - name: "swaybg" - state: "present" |
