From 3703cee4e3007fe7ff9a0c8015733e7e3f7a3d05 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Wed, 20 Dec 2023 17:07:18 +0100 Subject: [PATCH] removed gathering facts for localhost --- playbook.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbook.yml b/playbook.yml index 6a8e7dd..e534057 100644 --- a/playbook.yml +++ b/playbook.yml @@ -2,6 +2,7 @@ - name: "Laptop installation & configuration" hosts: all connection: local + gather_facts: false tasks: - name: Install Eza (alternative to ls) become: true