summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2026-03-05 21:43:28 +0100
committerAhmed AbdelHalim <[email protected]>2026-03-06 03:11:07 +0100
commit892c4056d8e1b83b68edab6dd5c40b8733924e7e (patch)
treea8aa6e49b022e78b6f7aa2cab9851b1ee73c8b13
parent535b0efcb88a074af4b1572a27b5dd00a29face4 (diff)
Refactor hyprland packages installing
-rw-r--r--roles/hyprland/tasks/main.yml21
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