find - clarify description of 'contains' (#62445)
This commit is contained in:
parent
d4064a965b
commit
2375fd0990
2 changed files with 3 additions and 1 deletions
2
changelogs/fragments/find-contains-docs.yaml
Normal file
2
changelogs/fragments/find-contains-docs.yaml
Normal file
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- find - clarify description of ``contains`` (https://github.com/ansible/ansible/issues/61983)
|
|
@ -56,7 +56,7 @@ options:
|
|||
version_added: "2.5"
|
||||
contains:
|
||||
description:
|
||||
- One or more regex patterns which should be matched against the file content.
|
||||
- A regular expression or pattern which should be matched against the file content.
|
||||
type: str
|
||||
paths:
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue