Fix for issue #36. Display last task failure message for executeSimpleCommand by fetching the last task failure in playbook executed as opposed to simply displaying the return code. The previous method displayed errors like this "Failure executing Redeploy Operator command: RC 2"
The new method displays failure information, if it exists. Example:
Fix for issue #36. Display last task failure message for
executeSimpleCommand
by fetching the last task failure in playbook executed as opposed to simply displaying the return code. The previous method displayed errors like this"Failure executing Redeploy Operator command: RC 2"
The new method displays failure information, if it exists. Example: