mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Change print message to vvv for missing known hosts in ssh.py
This commit is contained in:
parent
d8254c14d4
commit
c9fcbf7bdd
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ class Connection(object):
|
|||
return False
|
||||
|
||||
if (hfiles_not_found == len(host_file_list)):
|
||||
print "previous known host file not found"
|
||||
vvv("EXEC previous known host file not found for %s" % host)
|
||||
return True
|
||||
|
||||
def exec_command(self, cmd, tmp_path, sudo_user=None, sudoable=False, executable='/bin/sh', in_data=None, su_user=None, su=False):
|
||||
|
|
Loading…
Reference in a new issue