mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-02 15:21:25 -07:00
Update ssh.py
This commit is contained in:
parent
165406cf35
commit
39fcbd1f10
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ class Connection(object):
|
||||||
except IOError, e:
|
except IOError, e:
|
||||||
hfiles_not_found += 1
|
hfiles_not_found += 1
|
||||||
continue
|
continue
|
||||||
else
|
else:
|
||||||
data = host_fh.read()
|
data = host_fh.read()
|
||||||
host_fh.close()
|
host_fh.close()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue