ansible / instruqt

Self-paced instruqt Training material
71 stars 59 forks source link

Issue with Intro to Controller slug ID: controller-101-template #614

Closed aprgit closed 3 months ago

aprgit commented 3 months ago

when verify apache is working in Node1 and Node2

image

TASK [Latest Apache version installed] ***** fatal: [node1]: FAILED! => {"changed": false, "msg": "Failed to download metadata for repo 'centos8-appstream': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried", "rc": 1, "results": []} fatal: [node2]: FAILED! => {"changed": false, "msg": "Failed to download metadata for repo 'centos8-appstream': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried", "rc": 1, "results": []}

leogallego commented 3 months ago

Hi @aprgit , thanks for the report. We are looking into it.

leogallego commented 3 months ago

Hello @aprgit , this should be fixed now. Thanks for the report. There were a couple of legacy repos that we missed to remove on the last update.

aprgit commented 3 months ago

hi leo,

Thank you so much