copr: define copr_rhsm_activation_key and copr_rhsm_org_id
This commit is contained in:
parent
83360f5c91
commit
f674dc1b29
1 changed files with 8 additions and 0 deletions
|
@ -6,3 +6,11 @@ copr_builder_fedora_version: {{ copr_builder_fedora_version }}
|
|||
{% if copr_red_hat_subscription_password is defined %}
|
||||
copr_red_hat_subscription_password: "{{ copr_red_hat_subscription_password }}"
|
||||
{% endif %}
|
||||
|
||||
{% if copr_rhsm_activation_key is defined %}
|
||||
copr_rhsm_activation_key: "{{ copr_rhsm_activation_key }}"
|
||||
{% endif %}
|
||||
|
||||
{% if copr_rhsm_org_id is defined %}
|
||||
copr_rhsm_org_id: "{{ copr_rhsm_org_id }}"
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue