From 9540d1d64bded9e39d289e6a3e0c6d293760d373 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Fri, 8 Dec 2023 23:59:34 -0500 Subject: [PATCH] change fail to debug --- hello.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.yml b/hello.yml index ccd4396..8d08764 100644 --- a/hello.yml +++ b/hello.yml @@ -10,5 +10,5 @@ msg: Hello world! - name: Say goodbye world - ansible.builtin.fail: + ansible.builtin.debug: msg: Goodbye world!