installing neofetch when running the playbook

This commit is contained in:
aminnairi
2023-12-02 16:49:08 +01:00
parent 96413ea0a1
commit 14b3ce97b1
+5
View File
@@ -8,6 +8,11 @@
pacman: pacman:
name: eza name: eza
state: present state: present
- name: Install Neofetch (operating system informations logger)
become: true
pacman:
name: neofetch
state: present
- name: Install Fd (alternative to find) - name: Install Fd (alternative to find)
become: true become: true
pacman: pacman: