files.stat: Expose path in returned result

This is needed to apply subsequent operation on tested path
This commit is contained in:
anatoly techtonik 2014-09-29 17:59:23 +03:00
parent db5668b84c
commit 7f9305b24e

View file

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