Very slightly clean up the inline documentation
This commit is contained in:
parent
985768b2af
commit
28820d3de0
1 changed files with 4 additions and 4 deletions
|
@ -40,8 +40,8 @@ options:
|
||||||
excludes:
|
excludes:
|
||||||
description:
|
description:
|
||||||
- One or more (shell or regex) patterns, which type is controlled by C(use_regex) option.
|
- One or more (shell or regex) patterns, which type is controlled by C(use_regex) option.
|
||||||
- Excludes is a patterns should not be returned in list. Multiple patterns can be specified
|
- Items matching an C(excludes) pattern are culled from C(patterns) matches.
|
||||||
using a list.
|
Multiple patterns can be specified using a list.
|
||||||
aliases: ['exclude']
|
aliases: ['exclude']
|
||||||
version_added: "2.5"
|
version_added: "2.5"
|
||||||
contains:
|
contains:
|
||||||
|
@ -67,7 +67,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- Select files whose size is equal to or greater than the specified size.
|
- Select files whose size is equal to or greater than the specified size.
|
||||||
Use a negative size to find files equal to or less than the specified size.
|
Use a negative size to find files equal to or less than the specified size.
|
||||||
Unqualified values are in bytes, but b, k, m, g, and t can be appended to specify
|
Unqualified values are in bytes but b, k, m, g, and t can be appended to specify
|
||||||
bytes, kilobytes, megabytes, gigabytes, and terabytes, respectively.
|
bytes, kilobytes, megabytes, gigabytes, and terabytes, respectively.
|
||||||
Size is not evaluated for directories.
|
Size is not evaluated for directories.
|
||||||
age_stamp:
|
age_stamp:
|
||||||
|
@ -92,7 +92,7 @@ options:
|
||||||
default: 'no'
|
default: 'no'
|
||||||
use_regex:
|
use_regex:
|
||||||
description:
|
description:
|
||||||
- If false the patterns are file globs (shell) if true they are python regexes.
|
- If false, the patterns are file globs (shell). If true, they are python regexes.
|
||||||
type: bool
|
type: bool
|
||||||
default: 'no'
|
default: 'no'
|
||||||
depth:
|
depth:
|
||||||
|
|
Loading…
Reference in a new issue