moved the installation of bat from base to fish role

This commit is contained in:
aminnairi
2024-01-06 11:38:15 +01:00
parent 7bf3c6720c
commit f0ede38291
2 changed files with 5 additions and 5 deletions
+5
View File
@@ -9,6 +9,11 @@
pacman:
name: eza
state: latest
- name: Install Bat (replacement for cat)
become: true
pacman:
name: bat
state: latest
- name: Install Fastfetch (operating system informations logger)
become: true
pacman: