diff --git a/playbook.yml b/playbook.yml index b1333a2..fab46f2 100644 --- a/playbook.yml +++ b/playbook.yml @@ -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: