find.py (ansible-2.14.0) | : | find.py (ansible-2.14.1rc1) | ||
---|---|---|---|---|
skipping to change at line 104 | skipping to change at line 104 | |||
- Size is not evaluated for directories. | - Size is not evaluated for directories. | |||
type: str | type: str | |||
age_stamp: | age_stamp: | |||
description: | description: | |||
- Choose the file property against which we compare age. | - Choose the file property against which we compare age. | |||
type: str | type: str | |||
choices: [ atime, ctime, mtime ] | choices: [ atime, ctime, mtime ] | |||
default: mtime | default: mtime | |||
hidden: | hidden: | |||
description: | description: | |||
- Set this to C(yes) to include hidden files, otherwise they will be ignored. | - Set this to C(true) to include hidden files, otherwise they will b e ignored. | |||
type: bool | type: bool | |||
default: no | default: no | |||
follow: | follow: | |||
description: | description: | |||
- Set this to C(yes) to follow symlinks in path for systems with pyt hon 2.6+. | - Set this to C(true) to follow symlinks in path for systems with py thon 2.6+. | |||
type: bool | type: bool | |||
default: no | default: no | |||
get_checksum: | get_checksum: | |||
description: | description: | |||
- Set this to C(yes) to retrieve a file's SHA1 checksum. | - Set this to C(true) to retrieve a file's SHA1 checksum. | |||
type: bool | type: bool | |||
default: no | default: no | |||
use_regex: | use_regex: | |||
description: | description: | |||
- If C(no), the patterns are file globs (shell). | - If C(false), the patterns are file globs (shell). | |||
- If C(yes), they are python regexes. | - If C(true), they are python regexes. | |||
type: bool | type: bool | |||
default: no | default: no | |||
depth: | depth: | |||
description: | description: | |||
- Set the maximum number of levels to descend into. | - Set the maximum number of levels to descend into. | |||
- Setting recurse to C(no) will override this value, which is effect ively depth 1. | - Setting recurse to C(false) will override this value, which is eff ectively depth 1. | |||
- Default is unlimited depth. | - Default is unlimited depth. | |||
type: int | type: int | |||
version_added: "2.6" | version_added: "2.6" | |||
extends_documentation_fragment: action_common_attributes | extends_documentation_fragment: action_common_attributes | |||
attributes: | attributes: | |||
check_mode: | check_mode: | |||
details: since this action does not modify the target it just executes n ormally during check mode | details: since this action does not modify the target it just executes n ormally during check mode | |||
support: full | support: full | |||
diff_mode: | diff_mode: | |||
support: none | support: none | |||
End of changes. 5 change blocks. | ||||
6 lines changed or deleted | 6 lines changed or added |