* Limit cryptography to < 3.4 for Python < 3.6.

* Make sure cryptography 3.3+ is installed on Darwin.

* Work around old pip versions.
This commit is contained in:
Felix Fontein
2021-02-09 06:47:30 +01:00
committed by GitHub
parent 4b638a9608
commit b22c4fb65a
2 changed files with 2 additions and 1 deletions

View File

@@ -89,7 +89,7 @@
- name: Install cryptography (Darwin)
become: true
pip:
name: cryptography
name: cryptography>=3.3
extra_args: "-c {{ remote_constraints }}"
when: ansible_os_family == 'Darwin'