templates/packer/ansible: fix enabling cdn repos on aarch64

This commit is contained in:
Sanne Raymaekers 2023-03-03 15:03:48 +01:00 committed by Tomáš Hozza
parent c1032f31e4
commit a08eb69b2e

View file

@ -21,6 +21,6 @@
- subscribe
shell: >-
subscription-manager repos \
--enable rhel-9-for-x86_64-appstream-rpms \
--enable rhel-9-for-x86_64-baseos-rpms \
--enable codeready-builder-for-rhel-9-x86_64-rpms
--enable rhel-9-for-{{ ansible_architecture }}-appstream-rpms \
--enable rhel-9-for-{{ ansible_architecture }}-baseos-rpms \
--enable codeready-builder-for-rhel-9-{{ ansible_architecture }}-rpms