From 6420f7f42d6dc44817bdda92613acff6dd21a074 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 6 Jul 2023 17:19:48 +0300 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.yml b/test.yml index 8a53f07..9511b78 100644 --- a/test.yml +++ b/test.yml @@ -6,8 +6,8 @@ hosts: all tasks: - - name: Display the config + - name: Say hello debug: - msg: "The hostname is {{ ansible_net_hostname }} and the OS is {{ ansible_net_version }}" + msg: "Hello World"