Skip to content
Snippets Groups Projects
Commit 6cec03eb authored by Thomas Woerner's avatar Thomas Woerner
Browse files

ipaservice: Enable batch command use with keeponly

The use of the batch command is enabled for execute_ipa_commands.

Additionally keeponly is set to [] as nothing is used from the data returned
from the commands.
parent 65a1fd78
No related branches found
No related tags found
No related merge requests found
...@@ -931,7 +931,7 @@ def main(): ...@@ -931,7 +931,7 @@ def main():
# Execute commands # Execute commands
changed = ansible_module.execute_ipa_commands( changed = ansible_module.execute_ipa_commands(
commands, fail_on_member_errors=True) commands, batch=True, keeponly=[], fail_on_member_errors=True)
# Done # Done
ansible_module.exit_json(changed=changed, **exit_args) ansible_module.exit_json(changed=changed, **exit_args)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment