copr-hypervisor: fixup vars.yml instantiation
This commit is contained in:
parent
7fbfb87a1c
commit
697d5a9b38
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
devel: {% if devel is defined and devel %}true{% else %}false{% endif %}
|
||||
|
||||
copr_builder_fedora_version: {{ copr_builder_fedora_version }}
|
||||
copr_builder_fedora_version: {{ copr_builder_fedora_version | default(0) }}
|
||||
|
||||
{% if copr_red_hat_subscription_password is defined %}
|
||||
copr_red_hat_subscription_password: "{{ copr_red_hat_subscription_password }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue