ansible/changelogs/fragments/wait_for_connection-interpreter-discovery-retry.yaml
James Cassell fd954a9c5c
wait_for_connection: also retry interpreter discovery (#67040)
self._discovered_interpreter_key is None unless a previous iteration
has attempted discovery.  In that case, force re-discovery, as the
previous attempt certainly failed.
2020-02-04 11:40:09 -08:00

5 lines
149 B
YAML

---
bugfixes:
- wait_for_connection - with pipelining enabled, interpreter discovery would
fail if the first connection attempt was not successful