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
@@ -90,11 +90,6 @@
pacman: pacman:
name: bottom name: bottom
state: latest state: latest
- name: Install Bat (replacement for cat)
become: true
pacman:
name: bat
state: latest
- name: Install slides (terminal presentation tool) - name: Install slides (terminal presentation tool)
become: true become: true
pacman: pacman:
+5
View File
@@ -9,6 +9,11 @@
pacman: pacman:
name: eza name: eza
state: latest state: latest
- name: Install Bat (replacement for cat)
become: true
pacman:
name: bat
state: latest
- name: Install Fastfetch (operating system informations logger) - name: Install Fastfetch (operating system informations logger)
become: true become: true
pacman: pacman: