From 95a202dcbd62d616698aedc7f993f91910b2187d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Duchaussois?= Date: Mon, 15 Nov 2021 15:34:49 +0100 Subject: Unmask Job creation error The rundeck job creation api endpoint always return 200 with the result in the body. The ansible action always succeed. This PR displays the errors and if `rundeck_ignore_creation_error` is set to false, fails. --- defaults/main.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'defaults') diff --git a/defaults/main.yml b/defaults/main.yml index 87958ec..32342aa 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,3 +1,4 @@ --- rundeck_api_version: 26 rundeck_remove_missing: true +rundeck_ignore_creation_error: true -- cgit v1.2.3