From a709bb30941d9bbeaf6e7cb04727c759a9d0a9aa Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Sat, 18 Nov 2023 01:31:16 -0500 Subject: [PATCH] remove 'fail' task --- hello.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hello.yml b/hello.yml index 8d67000..a90c638 100644 --- a/hello.yml +++ b/hello.yml @@ -8,7 +8,3 @@ - name: Say Hello world ansible.builtin.debug: msg: Hello world! - - - name: Say goodbye world - ansible.builtin.fail: - msg: Goodbye...world.