WIP add quotes to all vars
This commit is contained in:
parent
d4036e0b60
commit
bb207422fe
@ -8,7 +8,7 @@ vaultpass: '{{ vault_vaultpass }}'
|
||||
apikey: '{{ vault_apikey }}'
|
||||
|
||||
# SSH deploy keys, gzipped and base64-encoded
|
||||
privkey: {{ vault_privkey }}
|
||||
privkey: '{{ vault_privkey }}'
|
||||
pubkey: '{{ vault_pubkey }}'
|
||||
|
||||
# SSH host hashes for Gitea, gzipped and base64-encoded
|
||||
|
||||
Loading…
Reference in New Issue
Block a user