diff --git a/lib/ansible/modules/network/vyos/vyos_static_route.py b/lib/ansible/modules/network/vyos/vyos_static_route.py index c1644122094..6d655903071 100644 --- a/lib/ansible/modules/network/vyos/vyos_static_route.py +++ b/lib/ansible/modules/network/vyos/vyos_static_route.py @@ -29,7 +29,7 @@ DOCUMENTATION = """ module: vyos_static_route version_added: "2.4" author: "Trishna Guha (@trishnaguha)" -short_description: Manage static IP routes on Cisco VyOS network devices +short_description: Manage static IP routes on Vyatta VyOS network devices description: - This module provides declarative management of static IP routes on Vyatta VyOS network devices.