diff options
author | ansible-zuul[bot] <48994755+ansible-zuul[bot]@users.noreply.github.com> | 2020-05-22 01:56:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-22 01:56:35 +0000 |
commit | 77b40c4d92e7183f7fddad3107e33b7dae2c8a40 (patch) | |
tree | b072636b896e9f8963bc9de582af1ab9aa078dbd | |
parent | 4d9f946808f6d1ff2f903dc9d6ff1979c8e0467f (diff) | |
parent | 9011527bb8573d95d0e44e5ed8aa91fa0ad130b8 (diff) | |
download | vyos-ansible-collection-77b40c4d92e7183f7fddad3107e33b7dae2c8a40.tar.gz vyos-ansible-collection-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.py | 2 |
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: |