From 755d37c45d14a9e6dacdaf4add23c41919ad562d Mon Sep 17 00:00:00 2001 From: "alhassane.kone" Date: Thu, 1 Feb 2024 10:52:57 +0100 Subject: [PATCH] Actualiser test.yml --- test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.yml b/test.yml index 3ee1154..e2af085 100644 --- a/test.yml +++ b/test.yml @@ -1,8 +1,8 @@ --- # This playbook prints a simple debug message - name: Echo - hosts: 127.0.0.1 - connection: local + hosts: all + connection: all tasks: - name: Print debug message