diff --git a/plugins/modules/ipaservice.py b/plugins/modules/ipaservice.py index 1a4fd714..c6719a98 100644 --- a/plugins/modules/ipaservice.py +++ b/plugins/modules/ipaservice.py @@ -931,7 +931,7 @@ def main(): # Execute commands changed = ansible_module.execute_ipa_commands( - commands, fail_on_member_errors=True) + commands, batch=True, keeponly=[], fail_on_member_errors=True) # Done ansible_module.exit_json(changed=changed, **exit_args)