Ansible is now being shipped as part of appstream in rhel8.6/centos
stream repos. Not sure how this will be solved for ovirt/rhv :) But the
most likely answer for a workaround is you need to exclude ansible-core
in appstream repository. Or via cli something along the lines of "dnf
update -x ansible-core"
Greetings
Klaas
On 2/21/22 16:43, Nathanaël Blanchet wrote:
>
> Le 21/02/2022 à 16:28, Yedidyah Bar David a écrit :
>> sudo dnf reinstall --disablerepo='*'
>>
https://resources.ovirt.org/pub/yum-repo/ovirt-release44.rpm
>
> It partially solves the issue:
>
> Error:
> Problem: package ansible-runner-service-1.0.7-1.el8.noarch requires
> ansible, but none of the providers can be installed
> - package ansible-2.9.27-2.el8.noarch conflicts with ansible-core >
> 2.11.0 provided by ansible-core-2.12.2-2.el8.x86_64
> - package ansible-core-2.12.2-2.el8.x86_64 obsoletes ansible <
> 2.10.0 provided by ansible-2.9.27-2.el8.noarch
>
> It seems that 4.4.10 upgrades ansible from 2.9 branch to 2.12....
>