From 8ffe5c3c542e36bf602842d83a06e9cf6c6c63fe Mon Sep 17 00:00:00 2001 From: Chris Short Date: Wed, 17 Aug 2016 11:53:05 -0400 Subject: [PATCH] find.py: Editing contains description to say regex (#4452) find module contains argument appears to accept regex; correcting description accordingly --- lib/ansible/modules/files/find.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/files/find.py b/lib/ansible/modules/files/find.py index 7d7d4ab03a..88dc8d382a 100644 --- a/lib/ansible/modules/files/find.py +++ b/lib/ansible/modules/files/find.py @@ -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" ]