Skip to content

Commit 112ca8f

Browse files
author
Dmitriy Rabotyagov
committed
Add ansible-compat to denylist
ansibe-compat is pulled in by ansible-lint[1] while also being in use by molecule [2]. Latest release of ansibe-compat does break currently existing molecule version which results in molecule to fail installing internal galaxy requirements[3] Thus, we need to be able to limit maximum version of ansible-compat for testing. As all other ansible requirements are defined in denylist, it makes sense to extend it with ansible-compat as well [1] https://github.com/ansible/ansible-lint/blob/6178262c7e0d5e9792b5990d40029047760b8f09/.config/requirements.in#L4 [2] https://github.com/ansible/molecule/blob/23200bc984a8f9eb4bc5c20f7292632b75ca52c5/.config/requirements.in#L1 [3] https://zuul.opendev.org/t/openstack/build/4168176ce1a646a79235bbe3e1bf17ed/log/job-output.txt#1020 Needed-By: https://review.opendev.org/c/openstack/openstack-ansible/+/939274 Change-Id: I56e203007c491cb247435f3b8e5320ca2852a9ab
1 parent f7ff09f commit 112ca8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

denylist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ vmware-nsxlib
3737

3838
# Projects are free to specify their own version of ansible and molecule
3939
ansible
40+
ansible-compat
4041
ansible-core
4142
molecule
4243
molecule-plugins

0 commit comments

Comments
 (0)