aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorPaul Bonaud <paul.bonaud@fretlink.com>2019-09-27 17:27:42 +0200
committerPaul Bonaud <paul.bonaud@fretlink.com>2019-09-27 18:16:55 +0200
commit592f1948b452394fec3d7c6e776d760ba16b231b (patch)
tree3fe48c47e7a942bd4c86152ad50ce5693b5e056a /README.md
parentccb3f886e72c9b315e064678387f0cbd59920c1e (diff)
downloadansible-rundeck-jobs-592f1948b452394fec3d7c6e776d760ba16b231b.tar.gz
ansible-rundeck-jobs-592f1948b452394fec3d7c6e776d760ba16b231b.tar.zst
ansible-rundeck-jobs-592f1948b452394fec3d7c6e776d760ba16b231b.zip
dhall: Add a basic dhall type to be able to configure the role
This commit adds a basic Dhall type for an easier usage of this role.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 71d4acc..5a99be8 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,8 @@ Role Variables
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 21
22A [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
22Dependencies 24Dependencies
23------------ 25------------
24 26