Skip to content

Commit

Permalink
stat only returns pw_name/gr_name if those can be looked up (ansible#…
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Jul 13, 2022
1 parent c9a3419 commit 221af76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ansible/modules/stat.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,12 +322,12 @@
sample: 50ba294cdf28c0d5bcde25708df53346825a429f
pw_name:
description: User name of owner
returned: success, path exists and user can read stats and installed python supports it
returned: success, path exists, user can read stats, owner name can be looked up and installed python supports it
type: str
sample: httpd
gr_name:
description: Group name of owner
returned: success, path exists and user can read stats and installed python supports it
returned: success, path exists, user can read stats, owner group can be looked up and installed python supports it
type: str
sample: www-data
mimetype:
Expand Down

0 comments on commit 221af76

Please sign in to comment.