copr-builder: quote provisioned vars file

This commit is contained in:
Pavel Raiskup 2022-01-05 19:31:29 +01:00
parent d7823b1616
commit 0633e920fb

View file

@ -1,5 +1,5 @@
---
devel: {% if devel is defined and devel %}true{% else %}false{% endif %}
{% if copr_red_hat_subscription_password is defined %}
copr_red_hat_subscription_password: {{ copr_red_hat_subscription_password }}
copr_red_hat_subscription_password: "{{ copr_red_hat_subscription_password }}"
{% endif %}