Skip to content

Commit

Permalink
Merge pull request #195 from gardar/pin-molecule-5
Browse files Browse the repository at this point in the history
skip_changelog: temporarily pin molecule version
  • Loading branch information
gardar authored Aug 17, 2023
2 parents d5587e7 + 0cddbef commit c3d24a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/molecule.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c3d24a0

Please sign in to comment.