summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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