mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user