Merge "hack pyopenssl to work around SSL_ST_INIT bug"

This commit is contained in:
Jenkins 2017-07-28 10:01:54 +00:00 committed by Gerrit Code Review
commit 04f58efd6a
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: