Skip to content

Commit

Permalink
Fix ansible_install script
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed May 10, 2024
1 parent 6aa584a commit 885a911
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contextualization/ansible_install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

ANSIBLE_VERSION="2.9.21"
ANSIBLE_VERSION="4.10.0"

distribution_id() {
RETVAL=""
Expand Down Expand Up @@ -71,7 +71,7 @@ else

pip3 install "pip>=20.0"
pip3 install -U "setuptools<66.0"
pip3 install "pyOpenSSL>20.0,<22.1.0" "cryptography>37.0.0,<39.0.0" pyyaml jmespath scp "paramiko>=2.9.5" --prefer-binary
pip3 install "pyOpenSSL>20.0,<22.1.0" "cryptography>37.0.0,<39.0.0" pyyaml jmespath scp "paramiko>=2.9.5" packaging --prefer-binary
pip3 install ansible==$ANSIBLE_VERSION --prefer-binary
fi

Expand Down

0 comments on commit 885a911

Please sign in to comment.