mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Make it easier to find network modules (#23576)
* Make it easier to find network modules Feedback has been it's difficult (via Google or directly) to find modules as some people search for the company name vs product name, therefore specify both. * "IOS XR" (not "IOS-XR")
This commit is contained in:
parent
4ee96b20a3
commit
92a425a532
17 changed files with 20 additions and 20 deletions
|
@ -26,7 +26,7 @@ DOCUMENTATION = """
|
|||
module: asa_config
|
||||
version_added: "2.2"
|
||||
author: "Peter Sprygada (@privateip), Patrick Ogenstad (@ogenstad)"
|
||||
short_description: Manage Cisco ASA configuration sections
|
||||
short_description: Manage configuration sections on Cisco ASA devices
|
||||
description:
|
||||
- Cisco ASA configurations use a simple block indent file syntax
|
||||
for segmenting configuration into sections. This module provides
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue