From 4804e99b4483b9d41d8cce28e6fba1d696a2e97a Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Sun, 8 Oct 2017 00:33:51 -0700 Subject: [PATCH] Change ping docs to refer to win_ping (#31444) --- lib/ansible/modules/system/ping.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/system/ping.py b/lib/ansible/modules/system/ping.py index a51001dbaec..f698d66f1e7 100644 --- a/lib/ansible/modules/system/ping.py +++ b/lib/ansible/modules/system/ping.py @@ -23,9 +23,9 @@ description: contact. It does not make sense in playbooks, but it is useful from C(/usr/bin/ansible) to verify the ability to login and that a usable python is configured. - This is NOT ICMP ping, this is just a trivial test module. - - For Windows targets, use the M(ping) module instead. + - For Windows targets, use the M(win_ping) module instead. notes: - - For Windows targets, use the M(ping) module instead. + - For Windows targets, use the M(win_ping) module instead. options: data: description: