installing eza when running the playbook

This commit is contained in:
aminnairi
2023-12-02 16:47:39 +01:00
parent a87804d00e
commit fa986bba4b
+5
View File
@@ -3,6 +3,11 @@
hosts: all
connection: local
tasks:
- name: Install Eza (alternative to ls)
become: true
pacman:
name: eza
state: present
- name: Install Fd (alternative to find)
become: true
pacman: