Is there a way to get ansible-playbook execution to provide the entire winrm error? I am running with -vvvv
and still see a cut off like below:
WINRM RESULT u'<Response code 1, out
"{"changed":false,"ms", err "powershell : Excepti">'
Adding more '-v' doesn't seem to do much to improve clarity of error.
Environment
- ansible: 2.3.0.0
- windows: 2012R2 core
0 Answers