Revert "Cap cryptography version for macOS openssl test (#69083)" (#69126)

This reverts commit 1e08bb7a6f.
pull/69213/head
Rick Elrod 5 years ago committed by GitHub
parent 8b30360ca9
commit 85bb804cda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,7 +24,7 @@
- name: Install pyOpenSSL (Darwin)
become: True
pip:
name: pyOpenSSL<2.9.1
name: pyOpenSSL
when: ansible_os_family == 'Darwin'
- name: register pyOpenSSL version

Loading…
Cancel
Save