diff --git a/plugins/modules/ipauser.py b/plugins/modules/ipauser.py index 8c8bb436..73693667 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