tools/appsre-build-worker-packer: Run on subscribed 8.5 machine
This commit is contained in:
parent
3699c52b59
commit
a173a3513d
4 changed files with 17 additions and 3 deletions
|
|
@ -19,6 +19,11 @@
|
|||
retries: 5
|
||||
until: result is success
|
||||
|
||||
- name: Subscribe
|
||||
community.general.redhat_subscription:
|
||||
activationkey: "{{ RH_ACTIVATION_KEY }}"
|
||||
org_id: "{{ RH_ORG_ID }}"
|
||||
|
||||
- name: Create rpmbuild directory
|
||||
file:
|
||||
path: "{{ item }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue