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

pull/61329/head
Sam Doran 5 years ago committed by Sandra McCann
parent d4064a965b
commit 2375fd0990

@ -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…
Cancel
Save