mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 07:01:22 -07:00
Clarify restrictions of excludes property in find module. (#49549)
This commit is contained in:
parent
7f2e724203
commit
ea30fd15b5
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ 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.
|
||||||
- Items matching an C(excludes) pattern are culled from C(patterns) matches.
|
- Items whose basenames match an C(excludes) pattern are culled from C(patterns) matches.
|
||||||
Multiple patterns can be specified using a list.
|
Multiple patterns can be specified using a list.
|
||||||
type: list
|
type: list
|
||||||
aliases: [ exclude ]
|
aliases: [ exclude ]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue