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

ipagroup: 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 6cec03eb
No related branches found
No related tags found
No related merge requests found
...@@ -900,7 +900,7 @@ def main(): ...@@ -900,7 +900,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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment