tools/appsre-build-worker-packer: Run on subscribed 8.5 machine

This commit is contained in:
Sanne Raymaekers 2022-02-08 16:09:32 +01:00 committed by Ondřej Budai
parent 3699c52b59
commit a173a3513d
4 changed files with 17 additions and 3 deletions

View file

@ -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 }}"