diff options
author | Gaëtan Duchaussois <gaetan.duchaussois@fretlink.com> | 2021-11-15 15:34:49 +0100 |
---|---|---|
committer | Gaëtan Duchaussois <gaetan.duchaussois@fretlink.com> | 2021-11-15 15:34:49 +0100 |
commit | 95a202dcbd62d616698aedc7f993f91910b2187d (patch) | |
tree | b7218451255dd98ef7ac1bea70358a19404741a2 /defaults | |
parent | 0f0259c91faa37ec6c7e7d89cc47f41ca065a244 (diff) | |
download | ansible-rundeck-jobs-95a202dcbd62d616698aedc7f993f91910b2187d.tar.gz ansible-rundeck-jobs-95a202dcbd62d616698aedc7f993f91910b2187d.tar.zst ansible-rundeck-jobs-95a202dcbd62d616698aedc7f993f91910b2187d.zip |
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.
Diffstat (limited to 'defaults')
-rw-r--r-- | defaults/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
1 | --- | 1 | --- |
2 | rundeck_api_version: 26 | 2 | rundeck_api_version: 26 |
3 | rundeck_remove_missing: true | 3 | rundeck_remove_missing: true |
4 | rundeck_ignore_creation_error: true | ||