diff --git a/playbook.yml b/playbook.yml index 9f77d33..f806b07 100644 --- a/playbook.yml +++ b/playbook.yml @@ -3,6 +3,11 @@ hosts: localhost connection: local tasks: + - name: Install Xdotool (X11 command-line utility) + become: true + pacman: + name: xdotool + state: present - name: Install Mesa (graphics driver) become: true pacman: