diff options
author | Gaƫtan <36162164+gaetanfl@users.noreply.github.com> | 2021-11-15 16:21:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-15 16:21:03 +0100 |
commit | da255318b779446d7afd4784169374ce56d07c8c (patch) | |
tree | b7218451255dd98ef7ac1bea70358a19404741a2 /README.md | |
parent | 0f0259c91faa37ec6c7e7d89cc47f41ca065a244 (diff) | |
parent | 95a202dcbd62d616698aedc7f993f91910b2187d (diff) | |
download | ansible-rundeck-jobs-da255318b779446d7afd4784169374ce56d07c8c.tar.gz ansible-rundeck-jobs-da255318b779446d7afd4784169374ce56d07c8c.tar.zst ansible-rundeck-jobs-da255318b779446d7afd4784169374ce56d07c8c.zip |
Merge pull request #12 from gaetanfl/unmask_job_creation_errors
Unmask Job creation error
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -18,6 +18,7 @@ Role Variables | |||
18 | * `rundeck_api_version` api version supported by rundeck server. Default to 26. | 18 | * `rundeck_api_version` api version supported by rundeck server. Default to 26. |
19 | * `rundeck_remove_missing` Whether to delete jobs present in rundeck and not in file. Defaults to true. | 19 | * `rundeck_remove_missing` Whether to delete jobs present in rundeck and not in file. Defaults to true. |
20 | * `rundeck_jobs_group` the group of job to check for removal | 20 | * `rundeck_jobs_group` the group of job to check for removal |
21 | * `rundeck_ignore_creation_errors` whether to ignore job creation error. Default to true to follow the 200 statu given by rundeck API | ||
21 | 22 | ||
22 | A [dhall](https://dhall-lang.org/) Type representing the roles' variables is available in the `./dhall/Config.dhall` file to help you configure your projects with some type checking. | 23 | A [dhall](https://dhall-lang.org/) Type representing the roles' variables is available in the `./dhall/Config.dhall` file to help you configure your projects with some type checking. |
23 | 24 | ||
@@ -42,7 +43,7 @@ Including an example of how to use your role (for instance, with variables passe | |||
42 | License | 43 | License |
43 | ------- | 44 | ------- |
44 | 45 | ||
45 | TBD | 46 | BSD |
46 | 47 | ||
47 | Author Information | 48 | Author Information |
48 | ------------------ | 49 | ------------------ |