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.
This commit is contained in:
Thomas Woerner
2024-04-22 14:15:16 +02:00
parent 6cec03eb15
commit 08b0fc02ba

View File

@@ -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