added tokei installation

This commit is contained in:
aminnairi
2023-04-10 10:37:37 +02:00
parent ca07aa394e
commit ef5ebcf163
+5 -1
View File
@@ -3,7 +3,11 @@
hosts: localhost hosts: localhost
connection: local connection: local
tasks: tasks:
- name: Install Xset - name: Install Tokei (line of code counter)
become: true
pacman:
name: tokei
state: present
become: true become: true
pacman: pacman:
name: xorg-xset name: xorg-xset