]> git.immae.eu Git - github/fretlink/ansible-rundeck-jobs.git/commitdiff
Parametrize the vault 19/head
authorIsmaël Bouya <ismael.bouya@fretlink.com>
Thu, 24 Feb 2022 10:35:32 +0000 (11:35 +0100)
committerIsmaël Bouya <ismael.bouya@fretlink.com>
Thu, 24 Feb 2022 10:37:48 +0000 (11:37 +0100)
dhall/package.dhall

index ef0483b4f3f4919591580fef328a5b591b36096a..7ada0dc0d8e40bad80e2fea952c3204ef0b50280 100644 (file)
@@ -1,6 +1,6 @@
 let Key = { path : Text, value : Text, type : Text }
 
-let Vault = { apiToken : Text }
+let Vault = λ(a : Type) → { apiToken : Text, keys : a }
 
 let Config =
       { Type =