From e34807d010fa7367423e4e92573d0b933b60c1c1 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Thu, 20 Jul 2023 15:02:16 -0400 Subject: [PATCH] find, stay simple (#81313) * find, stay simple * Apply suggestions from code review Co-authored-by: Abhijeet Kasurde --- lib/ansible/modules/find.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/ansible/modules/find.py b/lib/ansible/modules/find.py index 64da9336253..9b3680546d4 100644 --- a/lib/ansible/modules/find.py +++ b/lib/ansible/modules/find.py @@ -19,6 +19,9 @@ short_description: Return a list of files based on specific criteria description: - Return a list of files based on specific criteria. Multiple criteria are AND'd together. - For Windows targets, use the M(ansible.windows.win_find) module instead. + - This module does not use the C(find) command, it is a much simpler and slower Python implementation. + It is intended for small and simple uses. Those that need the extra power or speed and have expertise + with the UNIX command, should use it directly. options: age: description: