copr-builder: quote provisioned vars file
This commit is contained in:
parent
d7823b1616
commit
0633e920fb
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
devel: {% if devel is defined and devel %}true{% else %}false{% endif %}
|
devel: {% if devel is defined and devel %}true{% else %}false{% endif %}
|
||||||
{% if copr_red_hat_subscription_password is defined %}
|
{% 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 %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue