From 592f1948b452394fec3d7c6e776d760ba16b231b Mon Sep 17 00:00:00 2001 From: Paul Bonaud Date: Fri, 27 Sep 2019 17:27:42 +0200 Subject: 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. --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 71d4acc..5a99be8 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ Role Variables * `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 +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. + Dependencies ------------ -- cgit v1.2.3