mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
fix iosxr commands to encode json (#23346)
the command dict in the iosxr module_utils wasn't encoding the request to json. this patch will fix that problem
This commit is contained in:
parent
13dc02d49d
commit
f0008248d4
3 changed files with 2 additions and 3 deletions
|
@ -163,7 +163,6 @@ def parse_commands(module, warnings):
|
|||
msg='iosxr_command does not support running config mode '
|
||||
'commands. Please use iosxr_config instead'
|
||||
)
|
||||
commands[index] = module.jsonify(item)
|
||||
return commands
|
||||
|
||||
def main():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue