Skip to content

Commit

Permalink
[common] Remove setuptool from ansible and pin ansible version
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Nov 20, 2023
1 parent 701fac2 commit 8d88206
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 @@ -210,7 +210,7 @@ function create_python_venv() {
# does not support PyYAML > 5.3.1 version.
function install_ansible() {
echo -ne "➤ Installing Ansible requirements in Python virtualenv... "
pip3 install ansible PyYAML==5.3.1 setuptools &>>"$LOG_FILE"
pip3 install ansible==8.6.1 PyYAML==5.3.1 &>>"$LOG_FILE"
ansible-galaxy collection install -r ansible/requirements.yml &>>"$LOG_FILE"
echo -e "[$done_format]"
}

0 comments on commit 8d88206

Please sign in to comment.