Make sure a new enough cryptography version is installed.

This commit is contained in:
Felix Fontein 2025-11-16 09:03:56 +01:00
parent 930ef10ff8
commit ceb537928d

View File

@ -27,7 +27,7 @@
- name: Install cryptography (Darwin, and potentially upgrade for other OSes)
become: true
ansible.builtin.pip:
name: cryptography>=1.3.0
name: cryptography>=3.3.0
extra_args: "-c {{ remote_constraints }}"
- name: Register cryptography version