Skip to content

Commit

Permalink
Fix #1457
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer authored Jan 23, 2023
1 parent 32537f9 commit 94b1a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contextualization/ansible_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ else

pip3 install "pip>=20.0"
pip3 install -U "setuptools<66.0"
pip3 install pyOpenSSL 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 --prefer-binary
pip3 install ansible==$ANSIBLE_VERSION --prefer-binary
fi

Expand Down

0 comments on commit 94b1a35

Please sign in to comment.