added flameshot package

This commit is contained in:
aminnairi
2023-04-11 12:28:52 +02:00
parent 77a81c1897
commit 2e6a297afb
+5
View File
@@ -8,6 +8,11 @@
pacman: pacman:
name: rsync name: rsync
state: present state: present
- name: Install Flameshot (screenshot utility)
become: true
pacman:
name: flameshot
state: present
- name: Install Notification Daemon - name: Install Notification Daemon
become: true become: true
pacman: pacman: