summaryrefslogtreecommitdiff
path: root/plugins/modules
diff options
context:
space:
mode:
authorPaul Belanger <pabelanger@redhat.com>2020-05-21 09:06:05 -0400
committerPaul Belanger <pabelanger@redhat.com>2020-05-21 09:06:05 -0400
commit9011527bb8573d95d0e44e5ed8aa91fa0ad130b8 (patch)
treeb072636b896e9f8963bc9de582af1ab9aa078dbd /plugins/modules
parent4d9f946808f6d1ff2f903dc9d6ff1979c8e0467f (diff)
downloadvyos.vyos-9011527bb8573d95d0e44e5ed8aa91fa0ad130b8.tar.gz
vyos.vyos-9011527bb8573d95d0e44e5ed8aa91fa0ad130b8.zip
Fix docstrings for galaxy-importer
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
Diffstat (limited to 'plugins/modules')
-rw-r--r--plugins/modules/vyos_static_routes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/modules/vyos_static_routes.py b/plugins/modules/vyos_static_routes.py
index e71114a..082b4f4 100644
--- a/plugins/modules/vyos_static_routes.py
+++ b/plugins/modules/vyos_static_routes.py
@@ -35,8 +35,8 @@ ANSIBLE_METADATA = {"metadata_version": "1.1", "supported_by": "Ansible"}
DOCUMENTATION = """module: vyos_static_routes
short_description: Static routes resource module
description: This module manages attributes of static routes on VyOS network devices.
-notes:
version_added: "1.0.0"
+notes:
- Tested against VyOS 1.1.8 (helium).
- This module works with connection C(network_cli). See L(the VyOS OS Platform Options,../network/user_guide/platform_vyos.html).
author: