Skip to content

Commit 2c90cd9

Browse files
authored
update M() to use FQCN (#81)
update M() to use FQCN Reviewed-by: https://github.com/apps/ansible-zuul
1 parent d665dbd commit 2c90cd9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

plugins/modules/net_ping.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
short_description: Tests reachability using ping from a network device
1616
description:
1717
- Tests reachability using ping from network device to a remote destination.
18-
- For Windows targets, use the M(win_ping) module instead.
19-
- For targets running Python, use the M(ping) module instead.
18+
- For Windows targets, use the M(ansible.windows.win_ping) module instead.
19+
- For targets running Python, use the M(ansible.builtin.ping) module instead.
2020
version_added: 1.0.0
2121
extends_documentation_fragment:
2222
- ansible.netcommon.network_agnostic
@@ -44,8 +44,8 @@
4444
- The VRF to use for forwarding.
4545
default: default
4646
notes:
47-
- For Windows targets, use the M(win_ping) module instead.
48-
- For targets running Python, use the M(ping) module instead.
47+
- For Windows targets, use the M(ansible.windows.win_ping) module instead.
48+
- For targets running Python, use the M(ansible.builtin.ping) module instead.
4949
"""
5050

5151

0 commit comments

Comments
 (0)