mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Fix argument error in DCI (#43634)
This commit is contained in:
parent
119376a685
commit
4a1d37a76b
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue