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
This commit is contained in:
Matt Crees 2025-01-15 10:37:55 +00:00
parent b40a720ab4
commit 70af189ae2

View File

@ -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