mirror of https://github.com/ansible/ansible.git
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
pull/37094/head
parent
f0a808e02c
commit
33773624fb
@ -0,0 +1,2 @@
|
|||||||
|
bugfixes:
|
||||||
|
- win_wait_for - fixed issue when trying to check a localport when the port is not available externally
|
Loading…
Reference in New Issue