mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix argument error in DCI (#43634)
This commit is contained in:
committed by
Trishna Guha
parent
119376a685
commit
4a1d37a76b
@@ -395,7 +395,7 @@ def main():
|
||||
want = map_params_to_obj(module)
|
||||
have = map_config_to_obj(module)
|
||||
|
||||
commands = map_obj_to_commands((want, have), module)
|
||||
commands = map_obj_to_commands((want, have))
|
||||
result['commands'] = commands
|
||||
|
||||
if commands:
|
||||
|
||||
Reference in New Issue
Block a user