add xautomation

for xev
This commit is contained in:
Pig Monkey 2017-11-04 17:40:18 -07:00
parent 91945e8966
commit 052a98096c

View file

@ -17,6 +17,9 @@
- name: Install xorg-sessreg
pacman: name=xorg-sessreg state=present
- name: Install xautomation
pacman: name=xautomation state=present
- name: Install video driver(s)
pacman: name={{ item }} state=present
with_items: "{{ video_drivers }}"