Skip to content

Commit

Permalink
fixed miss docker_compose_v2
Browse files Browse the repository at this point in the history
  • Loading branch information
HillLiu committed Jul 21, 2024
1 parent 5f15c72 commit 92ee10f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pip3 install -U \
'molecule[docker]' || exit 2

# Install new ansible module
ansible-galaxy collection install community.docker
ansible-galaxy collection install community.docker --force

apk del -f .build-deps && rm -rf /var/cache/apk/* || exit 1

Expand Down

0 comments on commit 92ee10f

Please sign in to comment.