diff --git a/roles/copr/backend/templates/provision/vars.yml b/roles/copr/backend/templates/provision/vars.yml index c2d2f866e9..019a259c43 100644 --- a/roles/copr/backend/templates/provision/vars.yml +++ b/roles/copr/backend/templates/provision/vars.yml @@ -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 %}