added installation for xdotool

This commit is contained in:
aminnairi
2023-04-15 08:08:54 +02:00
parent a5fe67ad99
commit c077a09795
+5
View File
@@ -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: