Skip to content
Snippets Groups Projects
Commit 5cdbcf64 authored by Thomas Woerner's avatar Thomas Woerner
Browse files

ipahost: Enable batch command with keeponly

The use of the batch command is enabled for execute_ipa_commands.

Additionally keeponly is set to ["randompassword"] as this is the only
parameter that is used from the data returned from the commands.
parent 08b0fc02
No related branches found
No related tags found
No related merge requests found
...@@ -1601,7 +1601,7 @@ def main(): ...@@ -1601,7 +1601,7 @@ def main():
# Execute commands # Execute commands
changed = ansible_module.execute_ipa_commands( changed = ansible_module.execute_ipa_commands(
commands, result_handler, commands, result_handler, batch=True, keeponly=["randompassword"],
exit_args=exit_args, single_host=hosts is None) exit_args=exit_args, single_host=hosts is None)
# Done # Done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment