WIP add quotes to all vars

This commit is contained in:
Jorge Enrique Gómez Gómez 2020-12-16 19:16:01 -05:00
parent d4036e0b60
commit bb207422fe

View File

@ -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