Skip to content

Commit

Permalink
Merge pull request #1458 from grycap/devel
Browse files Browse the repository at this point in the history
Fix #1457
  • Loading branch information
micafer authored Jan 24, 2023
2 parents 5f028b4 + 8552bd7 commit 1f76354
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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
4 changes: 2 additions & 2 deletions contextualization/conf-ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,11 @@
name: setuptools<66.0.0
executable: pip3

- name: Install pyOpenSSL & cryptography & pyyaml & wheel
- name: Install cryptography & pyOpenSSL & pyyaml & wheel
pip:
name:
- cryptography>36.0.0,<39.0.0
- pyOpenSSL>20.0,<22.1.0
- cryptography<39.0.0
- wheel
- pyyaml
- paramiko>=2.9.5
Expand Down

0 comments on commit 1f76354

Please sign in to comment.