Fix uri test on Python 2.6.

pull/37636/head
Matt Clay 7 years ago
parent 00abe6dbe7
commit 1fd9a616a4

@ -0,0 +1 @@
cryptography < 2.2 ; python_version < "2.7" # cryptography 2.2+ requires python 2.7+

@ -285,6 +285,7 @@
pip:
name: "{{ item }}"
state: latest
extra_args: "-c {{ role_path }}/files/constraints.txt"
with_items:
- urllib3
- PyOpenSSL

Loading…
Cancel
Save