From 0af3f072d2232b61065a213a83484ed43121bc6f Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Tue, 3 May 2022 21:38:34 -0400 Subject: [PATCH] comment out rescue; we want this to fail on the specified host for the next set of testing --- block-test.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/block-test.yml b/block-test.yml index be89fc6..5e02fd7 100644 --- a/block-test.yml +++ b/block-test.yml @@ -49,10 +49,15 @@ - induce_failure - rescue: - - name: Exception caught! + - name: Tasks complete debug: - msg: "Fail condition for {{ inventory_hostname }}!" + msg: "All tasks have completed." + + +# rescue: +# - name: Exception caught! +# debug: +# msg: "Fail condition for {{ inventory_hostname }}!" always: