Merge pull request #10 from techtonik/patch-1

files.stat: Expose path in returned result
This commit is contained in:
Brian Coca 2014-12-01 11:59:23 -05:00
commit e04ac864a5

View file

@ -108,6 +108,7 @@ def main():
# back to ansible
d = {
'exists' : True,
'path' : path,
'mode' : "%04o" % S_IMODE(mode),
'isdir' : S_ISDIR(mode),
'ischr' : S_ISCHR(mode),