moved neofetch installation from base to fish role

This commit is contained in:
aminnairi
2024-01-04 10:47:05 +01:00
parent ea1117ac43
commit ede335b785
2 changed files with 5 additions and 5 deletions
+5
View File
@@ -4,6 +4,11 @@
pacman:
name: fish
state: present
- name: Install Neofetch (operating system informations logger)
become: true
pacman:
name: neofetch
state: present
- name: Install OpenVPN (for openvpn.fish)
become: true
pacman: