2
0
Fork 0
mirror of https://github.com/prometheus-community/ansible synced 2025-02-18 13:48:25 +00:00

fix: temporarily pin molecule version

Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
gardar 2023-08-17 11:54:21 +00:00
parent d5587e7a4b
commit 0cddbef953
No known key found for this signature in database
GPG key ID: B3FB18003ABDBC36

View file

@ -22,7 +22,7 @@ fi
# Install ansible version specific requirements
if [ "$(printf '%s\n' "2.12" "$ansible_version" | sort -V | head -n1)" = "2.12" ]; then
python -m pip install molecule molecule-plugins[docker]
python -m pip install "molecule<6" molecule-plugins[docker]
ansible-galaxy collection install git+https://github.com/ansible-collections/community.docker.git
ansible-galaxy collection install -r "$collection_root/requirements.yml"
elif [ "$(printf '%s\n' "2.10" "$ansible_version" | sort -V | head -n1)" = "2.10" ]; then