copr-builders: typo in the subscription command
This commit is contained in:
parent
a04bdcfb9a
commit
0d19fe06eb
1 changed files with 4 additions and 4 deletions
|
@ -95,10 +95,10 @@
|
|||
- name: Activate Red Hat Subscription
|
||||
shell:
|
||||
cmd: >
|
||||
/usr/local/bin/copr-rh-subscribe.sh \
|
||||
--pool-id 8a85f9a17c71102f017ce611251c770f \
|
||||
--user copr-team \
|
||||
--pass "{{ copr_red_hat_subscription_password }}" \
|
||||
/usr/local/bin/copr-rh-subscribe.sh
|
||||
--pool-id 8a85f9a17c71102f017ce611251c770f
|
||||
--user copr-team
|
||||
--pass "{{ copr_red_hat_subscription_password }}"
|
||||
--system "{{ lookup('env', 'RESALLOC_NAME') | default('unknown-builder') }}"
|
||||
no_log: true
|
||||
when: prepare_base_image is not defined
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue