failed: [noc] (item=web) => {
"ansible_loop_var": "item",
"attempts": 5,
"changed": false,
"cmd": [
"/opt/noc/scripts/deploy/install-packages",
"requirements/web.json"
],
"delta": "0:00:00.502525",
"end": "2021-10-10 18:58:39.928959",
"invocation": {
"module_args": {
"_raw_params": "/opt/noc/scripts/deploy/install-packages requirements/web.json",
"_uses_shell": false,
"argv": null,
"chdir": "/opt/noc",
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"stdin_add_newline": true,
"strip_empty_ends": true,
"warn": true
}
},
"item": "web",
"rc": 1,
"start": "2021-10-10 18:58:39.426434"
}
STDERR:
Traceback (most recent call last):
File "/opt/python3.8/lib/python3.8/urllib/request.py", line 1350, in do_open
h.request(req.get_method(), req.selector,
req.data, headers,
File "/opt/python3.8/lib/python3.8/http/client.py", line 1240, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/opt/python3.8/lib/python3.8/http/client.py", line 1286, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/opt/python3.8/lib/python3.8/http/client.py", line 1235, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/opt/python3.8/lib/python3.8/http/client.py", line 1006, in _send_output
self.send(msg)
File "/opt/python3.8/lib/python3.8/http/client.py", line 946, in send
self.connect()
File "/opt/python3.8/lib/python3.8/http/client.py", line 1409, in connect
self.sock = self._context.wrap_socket(self.sock,
File "/opt/python3.8/lib/python3.8/ssl.py", line 500, in wrap_socket
return self.sslsocket_class._create(
File "/opt/python3.8/lib/python3.8/ssl.py", line 1040, in _create
self.do_handshake()
File "/opt/python3.8/lib/python3.8/ssl.py", line 1309, in do_handshake
self._sslobj.do_handshake()
ConnectionResetError: [Errno 104] Connection reset by peer