Skip to content

Commit

Permalink
Update wait_for.py (#43002)
Browse files Browse the repository at this point in the history
<!--- 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
  • Loading branch information
andyeff authored and dagwieers committed Jul 19, 2018
1 parent f2640d3 commit 26fd05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ansible/modules/utilities/logic/wait_for.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
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:
Expand Down

0 comments on commit 26fd05c

Please sign in to comment.