From 8d373346ceb73a3c7ffa32785478464224aab2b6 Mon Sep 17 00:00:00 2001 From: chris Date: Sun, 12 Nov 2023 23:33:59 -0500 Subject: [PATCH] Update hello.yml --- hello.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.yml b/hello.yml index 80d8821..37a99ba 100644 --- a/hello.yml +++ b/hello.yml @@ -8,7 +8,7 @@ tasks: - name: Say Hello world - debug: + ansible.builtin.debug: msg: Hello world!