Just a note that I was able to successfully work around this in the meantime by specifying
the baseurl (pointed towards
centos.org) and commenting out the mirror on the
hosted-engine VM (SSH into it) during the Ansible 'he_pause_before_engine_setup'
pause.
Just in case someone else comes across this and is looking for a technique that might be
helpful for a temporary workaround.
Dan
In /etc/yum.repos.d/centos-addon.repo:
[resilientstorage]
name=CentOS Stream $releasever - ResilientStorage
#metalink=https://mirrors.centos.org/metalink?repo=centos-resilientstorage-$stream&arch=$basearch&protocol=https,http
baseurl=https://mirror.stream.centos.org/$stream/ResilientStorage/$basear...
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
gpgcheck=1
repo_gpgcheck=0
metadata_expire=6h
countme=1
enabled=1