mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-07 19:23:09 +00:00
Change ping docs to refer to win_ping (#31444)
This commit is contained in:
committed by
jhawkesworth
parent
a9942353fe
commit
4804e99b44
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user