I found ansible stuck on this code,and I dont know why.

runner/__init__.py

1377         TIMEOUT = 100
1378         start_time = time.time()
1379         try:
1380             while not result_queue.empty():
1381                 results.append(result_queue.get(block=False))
1382         except socket.error:
1383             raise errors.AnsibleError("<interrupted>")
1384         return results


best wishes.

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/87a3dd09-2272-4f12-a04b-3f6548fe0237%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to