controller_configuration
controller_configuration copied to clipboard
Error handling for controller objects
What does this PR do?
This PR is related to #984.
I've prepared the changes for all controller objects. What is different that the default behaviour stay mostly the same, unless variable collect_logs is set to true.
Known issue:
- role name is not available in
['invocation']['module_args'], I believe it is minor bug in the module itself.
How should this be tested?
Manually
Is there a relevant Issue open for this?
resolves #984
Other Relevant info, PRs, etc
N/A