ansible/changelogs/fragments/win_wait_for-local-port-fix.yaml
Jordan Borean 33773624fb
win_wait_for: fix local port check on port not accessible externally (#37093)
* win_wait_for: use loopback IP instead of hostname if 127.0.0.1 is used (#36762)

* win_wait_for: use loopback IP instead of hostname if 127.0.0.1 is used

* removed reverse dns lookup in port check

(cherry picked from commit 67ffde4ac1)

* Added changelog for win_wait_for local port fix
2018-03-07 08:55:39 +10:00

2 lines
114 B
YAML

bugfixes:
- win_wait_for - fixed issue when trying to check a localport when the port is not available externally