From 26fd05c28875d7f5024278b5df67f022a5d9dc96 Mon Sep 17 00:00:00 2001 From: Andy Eff Date: Thu, 19 Jul 2018 12:59:18 +0100 Subject: [PATCH] Update wait_for.py (#43002) 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 --- lib/ansible/modules/utilities/logic/wait_for.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/utilities/logic/wait_for.py b/lib/ansible/modules/utilities/logic/wait_for.py index 3c81fccac45..b61db0f0780 100644 --- a/lib/ansible/modules/utilities/logic/wait_for.py +++ b/lib/ansible/modules/utilities/logic/wait_for.py @@ -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: