mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-26 00:16:49 +00: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:
@@ -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" ]
|
||||
|
||||
Reference in New Issue
Block a user