find - clarify description of 'contains' (#62445)

This commit is contained in:
Sam Doran 2019-09-26 11:33:14 -04:00 committed by Sandra McCann
parent d4064a965b
commit 2375fd0990
2 changed files with 3 additions and 1 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- find - clarify description of ``contains`` (https://github.com/ansible/ansible/issues/61983)

View file

@ -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: