From 70af189ae2c115b6d1d98cdfb54a1ebeceba32d4 Mon Sep 17 00:00:00 2001 From: Matt Crees Date: Wed, 15 Jan 2025 10:37:55 +0000 Subject: [PATCH] CI: pin to ansible-compat<25.0.0 The new release of ansible-compat[1] has broken our tox molecule jobs: ``` 'Invalid plugin FQCN (community.molecule.from_yaml): unable to locate collection community.molecule' ``` Pins to the previous version. [1] https://github.com/ansible/ansible-compat/releases/tag/v25.0.0 Change-Id: Ib7f9884c89437d645645ae48825c62c7680566ad --- molecule-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule-requirements.txt b/molecule-requirements.txt index d8bfca33d..4fd0fcac9 100644 --- a/molecule-requirements.txt +++ b/molecule-requirements.txt @@ -3,7 +3,7 @@ # process, which may cause wedges in the gate later. ansible-lint>=3.0.0,<6.0.0,!=4.3.0 # MIT -ansible-compat # MIT +ansible-compat<25.0.0 # MIT docker # Apache-2.0 molecule # MIT molecule-plugins[docker] # MIT