summaryrefslogtreecommitdiff
path: root/plugins/modules/vyos_ping.py
diff options
context:
space:
mode:
authoransible-zuul[bot] <48994755+ansible-zuul[bot]@users.noreply.github.com>2019-08-24 11:44:42 +0000
committerGitHub <noreply@github.com>2019-08-24 11:44:42 +0000
commit74e4990a7ff571f361d5c238da10f347329546fb (patch)
treee4422fabb09a8801a035592b7264efce1bb83f9c /plugins/modules/vyos_ping.py
parentffd898f5dc0d1233bb05fce342d91e14bffed4b5 (diff)
parente2a6e043664ef340aa474b0d3ab9d24865d0efdf (diff)
downloadvyos.vyos-74e4990a7ff571f361d5c238da10f347329546fb.tar.gz
vyos.vyos-74e4990a7ff571f361d5c238da10f347329546fb.zip
Merge pull request #26 from CaptTrews/ansible/collections-sync
Updated from network content collector Reviewed-by: https://github.com/apps/ansible-zuul
Diffstat (limited to 'plugins/modules/vyos_ping.py')
-rw-r--r--plugins/modules/vyos_ping.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/modules/vyos_ping.py b/plugins/modules/vyos_ping.py
index 4b21927c..82710490 100644
--- a/plugins/modules/vyos_ping.py
+++ b/plugins/modules/vyos_ping.py
@@ -73,9 +73,11 @@ options:
choices: [ absent, present ]
default: present
notes:
+ - Tested against VyOS 1.1.8 (helium).
- For a general purpose network module, see the M(net_ping) module.
- For Windows targets, use the M(win_ping) module instead.
- For targets running Python, use the M(ping) module instead.
+ - This module works with connection C(network_cli). See L(the VyOS OS Platform Options,../network/user_guide/platform_vyos.html).
extends_documentation_fragment: vyos
"""