mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
fix ci, duplicate exception checking was merged in wait_for (my fault)
Signed-off-by: Adam Miller <maxamillion@fedoraproject.org>
This commit is contained in:
@@ -492,8 +492,6 @@ def main():
|
||||
break
|
||||
except IOError:
|
||||
break
|
||||
except OSError:
|
||||
break
|
||||
elif port:
|
||||
try:
|
||||
s = _create_connection(host, port, connect_timeout)
|
||||
|
||||
Reference in New Issue
Block a user