Merge branch 'devel' of github.com:ansible/ansible into devel
This commit is contained in:
commit
2da5dc7886
1 changed files with 1 additions and 4 deletions
|
@ -633,10 +633,7 @@ class LinuxHardware(Hardware):
|
|||
size_total = statvfs_result.f_bsize * statvfs_result.f_blocks
|
||||
size_available = statvfs_result.f_bsize * (statvfs_result.f_bavail)
|
||||
except OSError, e:
|
||||
if e.errno == errno.ENOENT:
|
||||
pass
|
||||
else:
|
||||
self.fail_json(msg=e.strerror)
|
||||
continue
|
||||
|
||||
self.facts['mounts'].append(
|
||||
{'mount': fields[1],
|
||||
|
|
Loading…
Reference in a new issue