diff --git a/playbook.yml b/playbook.yml index dcc63b4..00b2f89 100644 --- a/playbook.yml +++ b/playbook.yml @@ -3,6 +3,11 @@ hosts: localhost connection: local tasks: + - name: Install Xset + become: true + pacman: + name: xset + state: present - name: Install JetBrains Mono Nerd become: true pacman: