Consistent naming of Arista EOS device
This commit is contained in:
parent
bc47cf362b
commit
51aa4e803f
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ DOCUMENTATION = """
|
||||||
module: eos_command
|
module: eos_command
|
||||||
version_added: "2.1"
|
version_added: "2.1"
|
||||||
author: "Peter Sprygada (@privateip)"
|
author: "Peter Sprygada (@privateip)"
|
||||||
short_description: Run arbitrary commands on EOS device
|
short_description: Run arbitrary commands on an Arista EOS device
|
||||||
description:
|
description:
|
||||||
- Sends an arbitrary set of commands to an EOS node and returns the results
|
- Sends an arbitrary set of commands to an EOS node and returns the results
|
||||||
read from the device. This module includes an
|
read from the device. This module includes an
|
||||||
|
|
Loading…
Reference in a new issue