IPAAnsibleModule: Provide function to fail in param is invalid.
Almost all modules require an algorithm ta validade if the user provided arguments for the playbook are valid for the requested state and/or action. This patch provides a function that tests if any of a list of arguments were set, and fail with a standardized message, making all modules fail in the same way.
Loading
Please register or sign in to comment