--- - name: Install Libinput (input devices recognition) become: true pacman: name: libinput state: latest - name: Install Xorg Libinput (input devices bridge) become: true pacman: name: xf86-input-libinput state: latest - name: Install Xorg Xinput (input devices manager) become: true pacman: name: xorg-xinput state: latest