Merge pull request #10 from techtonik/patch-1

files.stat: Expose path in returned result
reviewable/pr18780/r1
Brian Coca 10 years ago
commit e04ac864a5

@ -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),

Loading…
Cancel
Save