1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix host parameter to vvvvv.

This commit is contained in:
Chris Church 2014-06-18 11:49:43 -05:00 committed by Matt Martz
parent 13a732e6b9
commit a8ca579761

View file

@ -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.'''