copr-be: missing whitespace in vars.yml file

This commit is contained in:
Pavel Raiskup 2022-01-06 08:07:08 +01:00
parent ae85ab2bdd
commit 82dba3bbb9

View file

@ -1,5 +1,6 @@
---
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 }}"
{% endif %}