moved installation of eza in the fish role

This commit is contained in:
aminnairi
2024-01-06 11:37:58 +01:00
parent dfda147449
commit 7bf3c6720c
2 changed files with 5 additions and 5 deletions
-5
View File
@@ -14,11 +14,6 @@
pacman:
name: which
state: latest
- name: Install Eza (alternative to ls)
become: true
pacman:
name: eza
state: latest
- name: Install Fd (alternative to find)
become: true
pacman:
+5
View File
@@ -4,6 +4,11 @@
pacman:
name: fish
state: latest
- name: Install Eza (alternative to ls)
become: true
pacman:
name: eza
state: latest
- name: Install Fastfetch (operating system informations logger)
become: true
pacman: