copr-builders: typo in provisioned vars.yml file

This commit is contained in:
Pavel Raiskup 2022-01-05 18:07:18 +01:00
parent ff19cce762
commit 0fb20e939a

View file

@ -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 %}
{% 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 %}