X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=README.md;h=8a5f903a329ad4b6f2a369f8861080b42b428f8b;hb=a6ec356651b2ccebb119357c3aa2c87afa1c1be7;hp=cc3a38eebd4a6a26b4ae0d7cff7e35dbd08d41b7;hpb=da255318b779446d7afd4784169374ce56d07c8c;p=github%2Ffretlink%2Fansible-rundeck-jobs.git diff --git a/README.md b/README.md index cc3a38e..8a5f903 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Role Variables * `rundeck_api_version` api version supported by rundeck server. Default to 26. * `rundeck_remove_missing` Whether to delete jobs present in rundeck and not in file. Defaults to true. * `rundeck_jobs_group` the group of job to check for removal -* `rundeck_ignore_creation_errors` whether to ignore job creation error. Default to true to follow the 200 statu given by rundeck API +* `rundeck_ignore_creation_errors` whether to ignore job creation error. Default to true to follow the 200 status given by rundeck API 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.