freeipa / ansible-freeipa

Ansible roles and modules for FreeIPA
GNU General Public License v3.0
480 stars 231 forks source link

ansible_freeipa_module: Fix errors in batch mode #1248

Closed t-woerner closed 1 week ago

t-woerner commented 2 weeks ago

The error string returned by execute_ipa_commands in batch mode additionally contains the whole parameter list for the command. This is different to non batch mode execution and breaks tests that are checking the returned error message.

A left over debug message also have been removed from the error processing.