[CentOS] dnf via ansible fails if baseurl is used on CentOS 8

Thu Nov 26 14:29:58 UTC 2020
Simon Matter <simon.matter at invoca.ch>

> 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&repo=BaseOS&infra=$infra
> 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