Hi,
I ran into an odd issue on CentOS 8, anyone seen this?
When repos are configured to use baseurl instead of mirrorlist, the ansible dnf module fails.
It is as if it is ignoring the baseurl configuration.
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&rep... baseurl=http://my.local.repo.server/$contentdir/$releasever/BaseOS/$basearch/os/
Are you using a proxy somehow? Do you have proxy environment variables set in your shell environment which may not exist in the ansible environment?
Regards, Simon