Skip to content

Commit

Permalink
[utils/common] Bump Python docker library
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Jul 8, 2024
1 parent 05af44d commit 9454ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ function install_ansible() {
echo -ne "➤ Installing Ansible requirements in Python virtualenv... "
ANSIBLE_VERSION="9.2.0"
[ "$(ver "$PYTHON")" -lt "$(ver 3.10)" ] && ANSIBLE_VERSION="8.7.0"
pip3 install ansible=="$ANSIBLE_VERSION" docker==7.0.0 &>>"$LOG_FILE"
pip3 install ansible=="$ANSIBLE_VERSION" docker==7.1.0 &>>"$LOG_FILE"
ansible-galaxy collection install -r ansible/requirements.yml &>>"$LOG_FILE"
echo -e "[$done_format]"
}
Expand Down

0 comments on commit 9454ddf

Please sign in to comment.