Mirrorlist error when trying to build EE

,

Hi everyone,

I am trying to use to the community.general.ilo_redfish_config module to configure my company’s ilo configuration, but I think the module is not default installed in the awx stack. So after doing some research I was trying to set up my own excution environment, but I ran through a error with mirrorlist of cent os stream 8. See the error:
366.0 CentOS Stream 8 - AppStream 0.0 B/s | 0 B 06:00

366.0 Errors during downloading metadata for repository ‘appstream’:
366.0 - Curl error (28): Timeout was reached for http://mirrorlist.centos.org/?release=8-stream&arch=x86_64&repo=AppStream&infra=stock [Connection timed out after 30000 milliseconds]
366.0 Error: Failed to download metadata for repo ‘appstream’: Cannot prepare internal mirrorlist: Curl error (28): Timeout was reached for http://mirrorlist.centos.org/?release=8-stream&arch=x86_64&repo=AppStream&infra=stock [Connection timed out after 30000 milliseconds]

I used a execution-environment.yaml to get image running, but the changes that I mad (changing the mirrorlist) didn’t work. see my execution.envirnment.yaml:

ansible builder 3.0 offer more flexible for users to provide commands during the build process. For example you would need to add mirrors in a step that occurs before the building begins

see more docs https://ansible.readthedocs.io/projects/builder/en/stable/definition/#additional-build-steps

AWX Team