mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
find.py: Editing contains description to say regex (#4452)
find module contains argument appears to accept regex; correcting description accordingly
This commit is contained in:
parent
8d4fe2a767
commit
8ffe5c3c54
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ options:
|
|||
required: false
|
||||
default: null
|
||||
description:
|
||||
- One or more re patterns which should be matched against the file content
|
||||
- One or more regex patterns which should be matched against the file content
|
||||
paths:
|
||||
required: true
|
||||
aliases: [ "name", "path" ]
|
||||
|
|
Loading…
Add table
Reference in a new issue