summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoransible-zuul[bot] <48994755+ansible-zuul[bot]@users.noreply.github.com>2020-05-22 01:56:35 +0000
committerGitHub <noreply@github.com>2020-05-22 01:56:35 +0000
commit77b40c4d92e7183f7fddad3107e33b7dae2c8a40 (patch)
treeb072636b896e9f8963bc9de582af1ab9aa078dbd
parent4d9f946808f6d1ff2f903dc9d6ff1979c8e0467f (diff)
parent9011527bb8573d95d0e44e5ed8aa91fa0ad130b8 (diff)
downloadvyos.vyos-77b40c4d92e7183f7fddad3107e33b7dae2c8a40.tar.gz
vyos.vyos-77b40c4d92e7183f7fddad3107e33b7dae2c8a40.zip
Merge pull request #32 from pabelanger/master
Fix docstrings for galaxy-importer Reviewed-by: https://github.com/apps/ansible-zuul
-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: