diff options
author | Clément Delafargue <39330590+clementd-fretlink@users.noreply.github.com> | 2019-07-01 17:03:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-01 17:03:31 +0200 |
commit | 587357dd2edae36fc8a1632c61a62801af31f49f (patch) | |
tree | 37659b695b0fade0cdc797a436184580e663017b /dhall/Vault.dhall | |
parent | c6f248b4041ad25593862e1a3b7c58be17c0a094 (diff) | |
parent | 7b4cc6d8d6f2a4e327111d78b0ef1973faf892c1 (diff) | |
download | ansible-clever-587357dd2edae36fc8a1632c61a62801af31f49f.tar.gz ansible-clever-587357dd2edae36fc8a1632c61a62801af31f49f.tar.zst ansible-clever-587357dd2edae36fc8a1632c61a62801af31f49f.zip |
Merge pull request #45 from clementd-fretlink/new-clever-vault
Clean up `dhall` type definitions
Diffstat (limited to 'dhall/Vault.dhall')
-rw-r--r-- | dhall/Vault.dhall | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dhall/Vault.dhall b/dhall/Vault.dhall index ba1a309..b2a45cc 100644 --- a/dhall/Vault.dhall +++ b/dhall/Vault.dhall | |||
@@ -1 +1 @@ | |||
{ organization : Text, secret : Text, token : Text } | { token : Text, secret : Text, sshKey : Text } | ||