From 39fef9f254f63a4bc45fbcb06909487d4afca2c4 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Mon, 27 Nov 2023 19:51:29 +0100 Subject: [PATCH] using the host all defined in the inventory --- playbook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbook.yml b/playbook.yml index 16f152b..1a39e00 100644 --- a/playbook.yml +++ b/playbook.yml @@ -1,6 +1,6 @@ --- - name: "Laptop installation & configuration" - hosts: localhost + hosts: all connection: local tasks: - name: Install Fd (alternative to find)