From: Clement Delafargue Date: Thu, 4 Jul 2019 08:00:16 +0000 (+0200) Subject: Remove `sshKey` from the vault type X-Git-Tag: v1.24^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=refs%2Fpull%2F48%2Fhead;p=github%2Ffretlink%2Fansible-clever.git Remove `sshKey` from the vault type It's not actually used by the role, but by code that uses this role. --- diff --git a/dhall/Vault.dhall b/dhall/Vault.dhall index b2a45cc..068e499 100644 --- a/dhall/Vault.dhall +++ b/dhall/Vault.dhall @@ -1 +1 @@ -{ token : Text, secret : Text, sshKey : Text } +{ token : Text, secret : Text }