diff --git a/playbook.yml b/playbook.yml index 91ceb3b..ab764c6 100644 --- a/playbook.yml +++ b/playbook.yml @@ -3,7 +3,11 @@ hosts: localhost connection: local tasks: - - name: Install Xset + - name: Install Tokei (line of code counter) + become: true + pacman: + name: tokei + state: present become: true pacman: name: xorg-xset