Skip to content

Commit

Permalink
ipahost: Enable batch command
Browse files Browse the repository at this point in the history
  • Loading branch information
t-woerner committed Apr 24, 2024
1 parent 6ff6544 commit d7ca265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/ipahost.py
Original file line number Diff line number Diff line change
Expand Up @@ -1601,7 +1601,7 @@ def main():
# Execute commands

changed = ansible_module.execute_ipa_commands(
commands, result_handler,
commands, result_handler, batch=True,
exit_args=exit_args, single_host=hosts is None)

# Done
Expand Down

0 comments on commit d7ca265

Please sign in to comment.