mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 19:31:26 -07:00
Add alias to command option in telnet (#30825)
* Add commands alias to telnet option
This commit is contained in:
parent
b86eea9a52
commit
97858d91ac
2 changed files with 2 additions and 1 deletions
|
@ -22,6 +22,7 @@ options:
|
|||
description:
|
||||
- List of commands to be executed in the telnet session.
|
||||
required: True
|
||||
aliases: ['commands']
|
||||
host:
|
||||
description:
|
||||
- The host/target on which to execute the command
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue