mthomas
February 28, 2025, 2:21pm
1
Hi,
I wonder if anyone has encountered this problem on almalinux8:
failed: [obsfuscated] (item=ansible-collection-community-docker) => changed=false
ansible_loop_var: item
failures: []
item: ansible-collection-community-docker
msg: |-
Depsolve Error occurred:
Problem: conflicting requests
- nothing provides ansible-collection(community.library_inventory_filtering_v1) >= 1.0.0 needed by ansible-collection-community-docker-3.7.0-1.el8.noarch from epel
rc: 1
results: []
Oddly on almalinux 9, the ansible-collection-community-docker
ansible-collection-community-docker.noarch 3.4.7-1.el9
Installs without issue.
[root@al9 ~]# dnf rq --requires ansible-collection-community-docker
(ansible-core or (ansible < 2.10.0 with ansible >= 2.9.10))
[root@al8 ~]# dnf rq --requires ansible-collection-community-docker
(ansible-core or (ansible < 2.10.0 with ansible >= 2.9.10))
ansible-collection(community.library_inventory_filtering_v1) >= 1.0.0
It is clear that the EPEL8 build of the package has different requirements.
You have to ask from EPEL why that is so.
Thank you for your quick response, it was very helpful. I’m going to try to install
ansible-collection-community-docker.noarch 3.4.7-1.el9
I ended up installing ansible-collection-community-docker.noarch 3.4.7-1.el9
on the AL8 nodes and added exclude = ansible-collection-community-docker
in the epel.repo to prevent future conflicts