From 82dba3bbb989b97c62683decd482576b437d07e1 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Thu, 6 Jan 2022 08:07:08 +0100 Subject: [PATCH] copr-be: missing whitespace in vars.yml file --- roles/copr/backend/templates/provision/vars.yml | 1 + 1 file changed, 1 insertion(+) 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 %}