diff --git a/plugins/modules/ipaservice.py b/plugins/modules/ipaservice.py
index 1a4fd7146c9891c9fee203bbc3d520aeb04d6b03..c6719a9872eb05a59c2716a42612b419ca398244 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)