find, stay simple (#81313)

* find, stay simple

* Apply suggestions from code review

Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
pull/81321/head
Brian Coca 1 year ago committed by GitHub
parent d20a0c02cc
commit e34807d010
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:

Loading…
Cancel
Save