From fa986bba4b43067318288ca0de8a19b9a6c160f9 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Sat, 2 Dec 2023 16:47:39 +0100 Subject: [PATCH] installing eza when running the playbook --- playbook.yml | 5 +++++ 1 file changed, 5 insertions(+) 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: