From 14b3b3a95e7a975d59e205f25823a4e7e41cc9d7 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Thu, 4 Apr 2019 23:19:58 +0200 Subject: [PATCH] openssl_certificate now has cryptography backend (#53924). (#54880) --- .../targets/docker_swarm/tasks/tests/options-ca.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/integration/targets/docker_swarm/tasks/tests/options-ca.yml b/test/integration/targets/docker_swarm/tasks/tests/options-ca.yml index 47baafca6ad..000aedd3224 100644 --- a/test/integration/targets/docker_swarm/tasks/tests/options-ca.yml +++ b/test/integration/targets/docker_swarm/tasks/tests/options-ca.yml @@ -150,5 +150,4 @@ - "('version is ' ~ docker_py_version ~'. Minimum version required is 2.6.0') in output_1.msg" when: docker_py_version is version('2.6.0', '<') - # https://github.com/ansible/ansible/issues/34054: openssl_certificate unusable on RHEL 7 - when: pyopenssl_version.stdout is version('0.15', '>=') + when: pyopenssl_version.stdout is version('0.15', '>=') or cryptography_version.stdout is version('1.6', '>=')