mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-30 04:49:09 -07:00
Expose newline
option to cli_command module (#55451)
* Add newline to all cliconf plugins * Expose newline in cli_command * Also hook up to anything using transform_commands directly
This commit is contained in:
parent
8ff27c4e0c
commit
38890ddcaf
27 changed files with 67 additions and 53 deletions
|
@ -80,6 +80,7 @@ def transform_commands(module):
|
|||
output=dict(),
|
||||
prompt=dict(type='list'),
|
||||
answer=dict(type='list'),
|
||||
newline=dict(type='bool', default=True),
|
||||
sendonly=dict(type='bool', default=False),
|
||||
check_all=dict(type='bool', default=False),
|
||||
), module)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue