mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02: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:
parent
beef269d46
commit
ae92426e72
1 changed files with 0 additions and 2 deletions
|
@ -492,8 +492,6 @@ def main():
|
|||
break
|
||||
except IOError:
|
||||
break
|
||||
except OSError:
|
||||
break
|
||||
elif port:
|
||||
try:
|
||||
s = _create_connection(host, port, connect_timeout)
|
||||
|
|
Loading…
Reference in a new issue