diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-03-05 21:43:28 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-03-06 03:11:07 +0100 |
| commit | bd59e243efce930e88972c6c901d1855999e7205 (patch) | |
| tree | a8aa6e49b022e78b6f7aa2cab9851b1ee73c8b13 /roles/hyprland/tasks | |
| parent | 62f9f9445cf691eedb87f6d04c3d76b9b058f7ef (diff) | |
Refactor hyprland packages installing
Diffstat (limited to 'roles/hyprland/tasks')
| -rw-r--r-- | roles/hyprland/tasks/main.yml | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/roles/hyprland/tasks/main.yml b/roles/hyprland/tasks/main.yml index c8096d13..a86be17d 100644 --- a/roles/hyprland/tasks/main.yml +++ b/roles/hyprland/tasks/main.yml @@ -2,18 +2,17 @@ - name: "Ensure hyprland packages are installed" become: true ansible.builtin.package: - name: "{{ item }}" + name: + - "swaybg" + - "hyprlock" + - "hypridle" + - "hyprpicker" + - "hyprsunset" + - "hyprshot" + - "hyprland" + - "xdg-desktop-portal-gnome" + - "xdg-desktop-portal-hyprland" state: "present" - loop: - - "swaybg" - - "hyprlock" - - "hypridle" - - "hyprpicker" - - "hyprsunset" - - "hyprshot" - - "hyprland" - - "xdg-desktop-portal-gnome" - - "xdg-desktop-portal-hyprland" - name: "Ensure hyprland AUR packages are installed" become: true |
