From 9011527bb8573d95d0e44e5ed8aa91fa0ad130b8 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Thu, 21 May 2020 09:06:05 -0400 Subject: Fix docstrings for galaxy-importer Signed-off-by: Paul Belanger --- plugins/modules/vyos_static_routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3