Skip to content
Snippets Groups Projects
Commit 805414ef authored by Maksim Malchuk's avatar Maksim Malchuk
Browse files

CI: fix molecule job

Molecule job failed with an error:
AttributeError: 'Runtime' object has no attribute 'exec'
since 4.x ansible-compat were bring the breaking changes [1].
so we pin the 3.x version for molecule.

1. https://github.com/ansible/ansible-compat/pull/256



Change-Id: I5f0b97fec565036fb48654113d356cc947e1bbb8
Signed-off-by: default avatarMaksim Malchuk <maksim.malchuk@gmail.com>
parent 9ba7cfc9
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +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<4 # MIT
docker # Apache-2.0
molecule<4.1.0 # MIT
molecule-docker # MIT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment