From ceb537928d2463d6bd4d269ea5a0e400f6b8ebbe Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 16 Nov 2025 09:03:56 +0100 Subject: [PATCH] Make sure a new enough cryptography version is installed. --- tests/integration/targets/setup_openssl/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/targets/setup_openssl/tasks/main.yml b/tests/integration/targets/setup_openssl/tasks/main.yml index c6ba8c73..d71de719 100644 --- a/tests/integration/targets/setup_openssl/tasks/main.yml +++ b/tests/integration/targets/setup_openssl/tasks/main.yml @@ -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