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 c5fe6a8 commit 32537f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contextualization/conf-ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@
name: setuptools<66.0.0
executable: pip3

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

0 comments on commit 32537f9

Please sign in to comment.