summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/find.py
Commit message (Expand)AuthorAgeFilesLines
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-031-1/+1
* replace yes/no with true/false in docstrings (#79274)Alicia Cozine2022-11-011-6/+6
* find - Use `getattr` instead of `__getattribute__` (#78503)Matt Clay2022-08-111-2/+2
* Add missing space after keywords. (#78480)Matt Clay2022-08-081-1/+1
* Module/plugin docs: (#78380)Felix Fontein2022-08-041-5/+5
* docs: add fqcn to module examples (#73546)Syed Ali Haider2022-01-261-8/+8
* Remove shebangs from core Python modules. (#76664)Matt Clay2022-01-061-1/+0
* Add attributes 2/x (#75619)Brian Coca2021-09-231-0/+9
* ensure we convert path in warning or py2.6 breaks (#75413)Brian Coca2021-08-061-1/+1
* warn on walking through pathing issues (#74514)Brian Coca2021-05-061-7/+23
* [bugfix][coverage] find module should consider file size with file_type=any (...David Shrewsbury2021-04-131-1/+6
* find - set proper default based on use_regex (#73961)Brian Coca2021-03-191-2/+13
* find module - stop traversing directories with os.walk when depth is already ...Sloane Hertel2021-02-261-0/+2
* Update documentation for "contains" parameter (#73107)Jan2021-01-181-0/+1
* find will give more specific reasons on skip (#68823)Brian Coca2020-10-301-5/+11
* add FQCN to M() references (#70530)Baptiste Mille-Mathias2020-08-111-2/+2
* find: Allow reading whole file for contains regex (#71083)Rick Elrod2020-08-041-2/+16
* Don't treat empty excludes as a match. Fixes #70640 (#70710)Matt Martz2020-07-171-3/+3
* find: Specify elements type in paths (#70139)Abhijeet Kasurde2020-06-191-3/+7
* starting metadata sunset (#69454)Brian Coca2020-06-041-3/+0
* Module Find returns empty list when setting path to "/" and depth to 1 (#69650)Helder Garcia2020-05-261-7/+5
* Flatten the directory hierarchy of modules (#68966)Matt Martz2020-05-131-0/+472