diff options
-rw-r--r-- | lib/ansible/modules/find.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ansible/modules/find.py b/lib/ansible/modules/find.py index 33648cd84f..04efff2384 100644 --- a/lib/ansible/modules/find.py +++ b/lib/ansible/modules/find.py @@ -56,6 +56,7 @@ options: contains: description: - A regular expression or pattern which should be matched against the file content. + - Works only when I(file_type) is C(file). type: str read_whole_file: description: |