File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515short_description: Tests reachability using ping from a network device
1616description:
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.
2020version_added: 1.0.0
2121extends_documentation_fragment:
2222- ansible.netcommon.network_agnostic
4444 - The VRF to use for forwarding.
4545 default: default
4646notes:
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
You can’t perform that action at this time.
0 commit comments