summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/files/stat.py
Commit message (Expand)AuthorAgeFilesLines
* Fix places where path needs to be bytes on python3Toshio Kuratomi2017-05-031-6/+6
* fixed RETURN docs for modules (#24011)Andrea Tartaglia2017-04-261-1/+1
* stat: better documentationRitesh Khadgaray2017-04-111-1/+2
* New metadata 1.0 (#22587)Toshio Kuratomi2017-03-141-3/+4
* PEP 8 indent cleanup. (#20800)Matt Clay2017-01-291-1/+1
* Refreshed metadata for core modulesToshio Kuratomi2016-12-081-0/+4
* Change example syntax on stat moduleSam Doran2016-12-081-11/+28
* Revert "stat: doc: add version for new returns"Brian Coca2016-12-081-3/+3
* added file flags/attributes to stat (#5358)Brian Coca2016-12-081-18/+48
* stat: doc: add version for new returns (#5594)René Moser2016-12-081-3/+3
* refactor statBrian Coca2016-12-081-41/+62
* Bulk spelling improvement to modules-core (#5225)John R Barker2016-12-081-1/+1
* typo in stat.executable (was stat.excutable) (#4886)Brian Maddy2016-12-081-1/+1
* Python3 fixes to copy, file, and stat so that the connection integration test...Toshio Kuratomi2016-12-081-3/+5
* fix error in documentation for stat checksum (#4582)James Pharaoh2016-12-081-2/+1
* Refactor stat.py so that it would be more friendly for unittests. (#4462)Toshio Kuratomi2016-12-081-94/+124
* added read-/write-/executeable flags for invoking user (#4130)tobixx2016-12-081-0/+18
* Convert the whole files/ directory to py3 syntax (#3685)Michael Scherer2016-12-081-1/+2
* Change one param to be of type pathToshio Kuratomi2016-12-081-2/+1
* added missing checksum aliasBrian Coca2016-12-081-1/+1
* fixed option name mismatch, added aliasesBrian Coca2016-12-081-6/+3
* added mime option to stat moduleBrian Coca2016-12-081-1/+34
* Fix 'stat' module documentkrdlab2016-12-081-1/+1
* Added the checksum_algo alias to the stats module.Timothy Appnel2016-12-081-2/+3
* Add capability for stat module to use more hash algorithmsRyan Sydnor2016-12-081-6/+17
* corrected docs for stat's lnk_source fixes #12850Brian Coca2016-12-081-2/+2
* Improved stat documentationMitchell Ludwig2016-12-081-0/+17
* Proper author info for all remaining modulesGreg DeKoenigsberg2016-12-081-1/+1
* stat doc fix fixes #1371Brian Coca2016-12-081-4/+4
* Fix stat code to return name of group owning the file rather than name of gro...Toshio Kuratomi2016-12-081-1/+1
* fixed typo on isgidBrian Coca2016-12-081-1/+1
* fixed issues with stats return docs as per feedbackBrian Coca2016-12-081-3/+13
* removed always for success, as data wont show on failBrian Coca2016-12-081-0/+173
* Move from md5 to sha1 to work on FIPS-140 enabled systemsToshio Kuratomi2016-12-081-3/+19
* Simplified condition in a stat module example testing if path is a directory.Tadej Janež2016-12-081-2/+2
* Added support of returning owner's group name in stat moduleTongliang Liu2016-12-081-0/+4
* files.stat: Expose path in returned resultanatoly techtonik2016-12-081-0/+1
* file extensions!Michael DeHaan2016-12-081-0/+152