summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/files/find.py
Commit message (Expand)AuthorAgeFilesLines
* fixed RETURN docs for modules (#24011)Andrea Tartaglia2017-04-261-1/+1
* New metadata 1.0 (#22587)Toshio Kuratomi2017-03-141-3/+4
* Fix incorrect wording in the 'find' module 'paths' parameterTim Bielawa2017-02-101-1/+1
* Update validate-modules (#20932)Matt Martz2017-02-021-7/+7
* PEP 8 E111 & E114 cleanup. (#20838)Matt Clay2017-01-301-10/+10
* PEP 8 cleanup. (#20789)Matt Clay2017-01-281-1/+2
* PEP 8 W291 whitespace cleanup.Matt Clay2017-01-271-1/+1
* Fix code-blocks to use correct syntax highlightingToshio Kuratomi2017-01-081-2/+4
* allow modules to set custom stats (#18946)Brian Coca2017-01-051-0/+1
* Refreshed metadata for core modulesToshio Kuratomi2016-12-081-0/+4
* Call main in conditional way - files (#5828)Fabio Alessandro Locati2016-12-081-1/+2
* fix yaml format, clarify docsBrian Coca2016-12-081-1/+1
* updated descBrian Coca2016-12-081-0/+1
* Be able to find all contents of a directory (#3711)Orion Poplawski2016-12-081-3/+7
* Add 'link' file_type to find_moduleDavid Wittman2016-12-081-3/+8
* Change examples syntax on find moduleSam Doran2016-12-081-5/+23
* Make find return sample a YAML dictbencomp2016-12-081-7/+7
* Bulk spelling improvement to modules-core (#5225)John R Barker2016-12-081-1/+1
* find.py: Editing contains description to say regex (#4452)Chris Short2016-12-081-1/+1
* removed 'overquoting' of exampleBrian Coca2016-12-081-1/+1
* since find doesn't make changes, support check mode and gather data for other...Brian Coca2016-12-081-0/+1
* final form, use_regex now controls if patterns is glob or regex - fixed cases...Brian Coca2016-12-081-24/+33
* changed so regexes and shell globs work transparentlyBrian Coca2016-12-081-8/+19
* fixed bug in specBrian Coca2016-12-081-1/+1
* added regex support to find, also added 'singular' aliasess to patterns and p...Brian Coca2016-12-081-11/+15
* Add the ability to grep for contentRitesh Khadgaray2016-12-081-3/+29
* find module updated to be able to get checksums and stat data, also now it on...Brian Coca2016-12-081-0/+299