mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
files.stat: Expose path in returned result
This is needed to apply subsequent operation on tested path
This commit is contained in:
committed by
Matt Clay
parent
cce5b600c0
commit
90091b1277
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user