mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 20:01:25 -07:00
fixes ios_command to_command method (#21792)
Changes key from response to answer to match expected payload fixes #21791
This commit is contained in:
parent
58ee661437
commit
8824387cf8
2 changed files with 1 additions and 2 deletions
|
@ -168,7 +168,6 @@ def main():
|
|||
"""main entry point for module execution
|
||||
"""
|
||||
argument_spec = dict(
|
||||
# { command: <str>, prompt: <str>, response: <str> }
|
||||
commands=dict(type='list', required=True),
|
||||
|
||||
wait_for=dict(type='list', aliases=['waitfor']),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue