Browse code

[stable-2.9] find - clarify description of 'contains' (#62445) (#62917)

(cherry picked from commit 2375fd0990)

Co-authored-by: Sam Doran <sdoran@redhat.com>

Sam Doran authored on 2019/10/01 04:01:46
Showing 2 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,2 @@
0
+bugfixes:
1
+  - find - clarify description of ``contains`` (https://github.com/ansible/ansible/issues/61983)
... ...
@@ -56,7 +56,7 @@ options:
56 56
         version_added: "2.5"
57 57
     contains:
58 58
         description:
59
-            - One or more regex patterns which should be matched against the file content.
59
+            - A regular expression or pattern which should be matched against the file content.
60 60
         type: str
61 61
     paths:
62 62
         description: