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:
parent
d5587e7a4b
commit
0cddbef953
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue