aboutsummaryrefslogtreecommitdiffhomepage
path: root/tasks
Commit message (Collapse)AuthorAgeFilesLines
* Unmask Job creation errorGaëtan Duchaussois2021-11-151-0/+12
| | | | | | 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.
* bug: remove only jobs from root when no group specifiedGaëtan Duchaussois2021-11-041-2/+5
|
* fix: search for all yaml files *.yaml or *.yml extensionPaul Bonaud2019-01-041-1/+1
|
* fix: too many double quotes got Ansible unhappy 🥴Paul Bonaud2018-11-121-1/+3
| | | | | Extracting the string literal `""` into an Ansible variable seems to work fine.
* Add group filtering for jobs cleaningGaëtan Duchaussois2018-11-021-1/+1
|
* change tagGaëtan Duchaussois2018-09-121-1/+1
|
* first working versionGaëtan Duchaussois2018-09-122-0/+52