mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-03 07:41:30 -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,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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue