aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorismaelbouyaf <ismael.bouya@fretlink.com>2022-02-24 11:44:02 +0100
committerGitHub <noreply@github.com>2022-02-24 11:44:02 +0100
commit30a577fc43ef49e5e9925bc82116a2bd47f9a842 (patch)
tree377cb37d3c4c4f37ab4f4481ea7ed14a94651385
parenta6ec356651b2ccebb119357c3aa2c87afa1c1be7 (diff)
parent946c5753d9b361b53194000f87fcf3860a0f165b (diff)
downloadansible-rundeck-jobs-30a577fc43ef49e5e9925bc82116a2bd47f9a842.tar.gz
ansible-rundeck-jobs-30a577fc43ef49e5e9925bc82116a2bd47f9a842.tar.zst
ansible-rundeck-jobs-30a577fc43ef49e5e9925bc82116a2bd47f9a842.zip
Merge pull request #19 from ismaelbouyaf/parametrize-vaultv0.10
Parametrize the vault
-rw-r--r--dhall/package.dhall2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhall/package.dhall b/dhall/package.dhall
index ef0483b..7ada0dc 100644
--- a/dhall/package.dhall
+++ b/dhall/package.dhall
@@ -1,6 +1,6 @@
1let Key = { path : Text, value : Text, type : Text } 1let Key = { path : Text, value : Text, type : Text }
2 2
3let Vault = { apiToken : Text } 3let Vault = λ(a : Type) → { apiToken : Text, keys : a }
4 4
5let Config = 5let Config =
6 { Type = 6 { Type =