From 279a06586ed55b4eca27d27b3448a16e1843909c Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Fri, 8 Dec 2023 23:37:39 -0500 Subject: [PATCH] add dev branch for drone image testing --- hello.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hello.yml b/hello.yml index a90c638..ccd4396 100644 --- a/hello.yml +++ b/hello.yml @@ -5,6 +5,10 @@ tasks: - - name: Say Hello world + - name: Say hello world ansible.builtin.debug: msg: Hello world! + + - name: Say goodbye world + ansible.builtin.fail: + msg: Goodbye world!