diff --git a/playbook.yml b/playbook.yml index 289bfda..db26ce8 100644 --- a/playbook.yml +++ b/playbook.yml @@ -13,6 +13,11 @@ pacman: name: flameshot state: present + - name: Install Rofi (application switcher) + become: true + pacman: + name: rofi + state: present - name: Install Notification Daemon become: true pacman: