diff --git a/lib/ansible/runner/connection_plugins/winrm.py b/lib/ansible/runner/connection_plugins/winrm.py index 5bf0467f7dd..d9107995e58 100644 --- a/lib/ansible/runner/connection_plugins/winrm.py +++ b/lib/ansible/runner/connection_plugins/winrm.py @@ -42,7 +42,7 @@ _winrm_cache = { } def vvvvv(msg, host=None): - verbose(msg, host=None, caplevel=4) + verbose(msg, host=host, caplevel=4) class Connection(object): '''WinRM connections over HTTP/HTTPS.'''