hack pyopenssl to work around SSL_ST_INIT bug

Change-Id: I85274b8caa633c52e2876e5fc021a03a6805354c
This commit is contained in:
Matthew Mosesohn 2017-07-28 13:01:14 +03:00
parent 169f2ed141
commit 04fb3d1fa7
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@
local_action: wait_for host={{ ansible_host | default(access_ip | default(ip)) }} port=22 state=started timeout=30
become: false
# bug from bugs.debian.org/843783
- name: "Install latest pyopenssl as workaround"
raw: pip install -U pyopenssl
- name: Gather facts
setup: