Files
community.general/lib/ansible/module_utils
James Cammarata 3fb3e7e6dc Properly parse urls for ssh-keyscan use
Previously, the get_fqdn() function in known_hosts.py only worked
with urls that started with git@, and ignored any urls that started
with a normal schema type (ie. http:// or ssh://). This patch corrects
that by using urlparse to parse the hostname portion out of urls that
have a proper schema.

Fixes #7474
2014-06-12 16:16:42 -05:00
..
2013-10-26 11:10:54 -04:00
2014-03-10 12:02:45 -07:00
2014-04-24 10:31:04 -04:00