diff options
author | Clement Delafargue <clement.delafargue@fretlink.com> | 2019-07-01 14:55:17 +0200 |
---|---|---|
committer | Clement Delafargue <clement.delafargue@fretlink.com> | 2019-07-01 14:55:52 +0200 |
commit | 4d19211ce62a7405e4992e54f83851d32f742837 (patch) | |
tree | 3ea6d8408460adc83e951f5f7e6d1528a89226cb /dhall/Vault.dhall | |
parent | c6f248b4041ad25593862e1a3b7c58be17c0a094 (diff) | |
download | ansible-clever-4d19211ce62a7405e4992e54f83851d32f742837.tar.gz ansible-clever-4d19211ce62a7405e4992e54f83851d32f742837.tar.zst ansible-clever-4d19211ce62a7405e4992e54f83851d32f742837.zip |
remove org_id from vault type, add sshKey in vault
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 } | ||