From 1b1d58eb7ea111d043250014f4333c54ec92d8f7 Mon Sep 17 00:00:00 2001 From: Tim Bielawa Date: Fri, 10 Feb 2017 12:48:37 -0800 Subject: [PATCH] Fix incorrect wording in the 'find' module 'paths' parameter --- 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 465f8070010..083599fd715 100644 --- a/lib/ansible/modules/files/find.py +++ b/lib/ansible/modules/files/find.py @@ -58,7 +58,7 @@ options: required: true aliases: [ "name", "path" ] description: - - List of paths to the file or directory to search. All paths must be fully qualified. + - List of paths of directories to search. All paths must be fully qualified. file_type: required: false description: