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:
John R Barker 2017-04-13 12:14:33 -04:00 committed by GitHub
parent 4ee96b20a3
commit 92a425a532
17 changed files with 20 additions and 20 deletions

View file

@ -26,9 +26,9 @@ DOCUMENTATION = """
module: iosxr_command
version_added: "2.1"
author: "Ricardo Carrillo Cruz (@rcarrillocruz)"
short_description: Run commands on remote devices running Cisco iosxr
short_description: Run commands on remote devices running Cisco IOS XR
description:
- Sends arbitrary commands to an iosxr node and returns the results
- Sends arbitrary commands to an IOS XR node and returns the results
read from the device. This module includes an
argument that will cause the module to wait for a specific condition
before returning or timing out if the condition is not met.