Update wait_for.py (#43002)
<!--- Your description here --> This change is intended to help users know that a win_wait_for module exists and should be used for working on Windows hosts, as the documentation gives the impression that this module works on Windows - but if tried, it produces a large amount of stderr output. +label: docsite_pr
This commit is contained in:
parent
f2640d3394
commit
26fd05c288
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ description:
|
|||
absent on the filesystem.
|
||||
- In 1.8 and later, this module can also be used to wait for active connections to be closed before continuing, useful if a node
|
||||
is being rotated out of a load balancer pool.
|
||||
- This module is also supported for Windows targets.
|
||||
- For Windows targets, use the M(win_wait_for) module instead.
|
||||
version_added: "0.7"
|
||||
options:
|
||||
host:
|
||||
|
|
Loading…
Reference in a new issue