diff --git a/playbook.yml b/playbook.yml index 4d0016f..289bfda 100644 --- a/playbook.yml +++ b/playbook.yml @@ -8,6 +8,11 @@ pacman: name: rsync state: present + - name: Install Flameshot (screenshot utility) + become: true + pacman: + name: flameshot + state: present - name: Install Notification Daemon become: true pacman: