added installation for rofi

This commit is contained in:
aminnairi
2023-04-11 14:19:52 +02:00
parent 79b3033164
commit 917b33f792
+5
View File
@@ -13,6 +13,11 @@
pacman: pacman:
name: flameshot name: flameshot
state: present state: present
- name: Install Rofi (application switcher)
become: true
pacman:
name: rofi
state: present
- name: Install Notification Daemon - name: Install Notification Daemon
become: true become: true
pacman: pacman: