diff --git a/roles/copr/backend/templates/provision/vars.yml b/roles/copr/backend/templates/provision/vars.yml index d763aa75c1..d402d9f470 100644 --- a/roles/copr/backend/templates/provision/vars.yml +++ b/roles/copr/backend/templates/provision/vars.yml @@ -1,5 +1,5 @@ --- 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 }} {% endif %}