summaryrefslogtreecommitdiff
path: root/test/integration/targets
diff options
context:
space:
mode:
authorRick Elrod <rick@elrod.me>2020-04-21 15:13:46 -0500
committerGitHub <noreply@github.com>2020-04-21 15:13:46 -0500
commit1e08bb7a6fc8cc5c54034b469920d64984d8af47 (patch)
treeccdb382dd6324b79bc4dbc8744f11deab0196398 /test/integration/targets
parent2a90e9b61551258d7c02d3869eac4503b5a2237c (diff)
downloadansible-1e08bb7a6fc8cc5c54034b469920d64984d8af47.tar.gz
Cap cryptography version for macOS openssl test (#69083)
Change: New `cryptography` statically links an openssl that is too new for macOS 10.11, so limit to an older cryptography for now. Test Plan: Ran the test with `--remote osx/10.11` and it passed. Signed-off-by: Rick Elrod <rick@elrod.me>
Diffstat (limited to 'test/integration/targets')
-rw-r--r--test/integration/targets/incidental_setup_openssl/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/incidental_setup_openssl/tasks/main.yml b/test/integration/targets/incidental_setup_openssl/tasks/main.yml
index 5a634458e2..2eb28ac2e5 100644
--- a/test/integration/targets/incidental_setup_openssl/tasks/main.yml
+++ b/test/integration/targets/incidental_setup_openssl/tasks/main.yml
@@ -24,7 +24,7 @@
- name: Install pyOpenSSL (Darwin)
become: True
pip:
- name: pyOpenSSL
+ name: pyOpenSSL<2.9.1
when: ansible_os_family == 'Darwin'
- name: register pyOpenSSL version