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:
parent
13a732e6b9
commit
a8ca579761
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ _winrm_cache = {
|
||||||
}
|
}
|
||||||
|
|
||||||
def vvvvv(msg, host=None):
|
def vvvvv(msg, host=None):
|
||||||
verbose(msg, host=None, caplevel=4)
|
verbose(msg, host=host, caplevel=4)
|
||||||
|
|
||||||
class Connection(object):
|
class Connection(object):
|
||||||
'''WinRM connections over HTTP/HTTPS.'''
|
'''WinRM connections over HTTP/HTTPS.'''
|
||||||
|
|
Loading…
Reference in a new issue