mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
provide detailed description of module (#36107)
Fix vague description of module. Resolves: Related: Signed-off-by: Daniel Andrei Minca <mandrei17@gmail.com>
This commit is contained in:
parent
a875363e35
commit
6cfd198b13
1 changed files with 2 additions and 2 deletions
|
@ -18,10 +18,10 @@ DOCUMENTATION = """
|
||||||
module: net_static_route
|
module: net_static_route
|
||||||
version_added: "2.4"
|
version_added: "2.4"
|
||||||
author: "Ricardo Carrillo Cruz (@rcarrillocruz)"
|
author: "Ricardo Carrillo Cruz (@rcarrillocruz)"
|
||||||
short_description: Manage static IP routes on network devices
|
short_description: Manage static IP routes on network appliances (routers, switches et. al.)
|
||||||
description:
|
description:
|
||||||
- This module provides declarative management of static
|
- This module provides declarative management of static
|
||||||
IP routes on network devices.
|
IP routes on network appliances (routers, switches et. al.).
|
||||||
options:
|
options:
|
||||||
prefix:
|
prefix:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue