mirror of https://github.com/ansible/ansible.git
Add IPv6 support to module_utils.urls TLS validation (#26852)
socket.create_connection is a higher-level function, which tries to establish a socket connection using both AF_INET and AF_INET6. It got introduced in Python 2.6, which ought to be fine with Ansible 2.4. Fixes #26740pull/26944/head
parent
b8cd646afd
commit
4e01397817
Loading…
Reference in New Issue