From 6cfd198b13929e5297aa95d0371e49d73ca6bf74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Andrei=20Minc=C4=83?= Date: Tue, 13 Feb 2018 16:00:48 +0200 Subject: [PATCH] provide detailed description of module (#36107) Fix vague description of module. Resolves: Related: Signed-off-by: Daniel Andrei Minca --- lib/ansible/modules/network/routing/net_static_route.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/network/routing/net_static_route.py b/lib/ansible/modules/network/routing/net_static_route.py index 2c98bb44e4..81aa0d9647 100644 --- a/lib/ansible/modules/network/routing/net_static_route.py +++ b/lib/ansible/modules/network/routing/net_static_route.py @@ -18,10 +18,10 @@ DOCUMENTATION = """ module: net_static_route version_added: "2.4" 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: - This module provides declarative management of static - IP routes on network devices. + IP routes on network appliances (routers, switches et. al.). options: prefix: description: