diff --git a/plugins/modules/ipauser.py b/plugins/modules/ipauser.py
index 8c8bb436c34949a6f718aef953c5d41bb4442fea..73693667052d224655768fe8dddcb331861c8c19 100644
--- a/plugins/modules/ipauser.py
+++ b/plugins/modules/ipauser.py
@@ -1796,7 +1796,7 @@ def main():
         # Execute commands
 
         changed = ansible_module.execute_ipa_commands(
-            commands, result_handler,
+            commands, result_handler, batch=True, keeponly=["randompassword"],
             exit_args=exit_args, single_user=users is None)
 
     # Done