-
Notifications
You must be signed in to change notification settings - Fork 23.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: add owner and group filter to builtin.find #76768
base: devel
Are you sure you want to change the base?
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This needs a rebase. |
@webknjaz rebase is done! 👍🏻 |
Outside of the rebase, the Note, I've not performed any review of this PR. |
ah fair! didn't saw that. Removed the function now |
SUMMARY
Adds new parameters to
builtin.find
to be able to filter results by owner and group.See examples below for clarification.
The filters are built in a similar way to the existing age and size filter.
They work on the existing data after the file list is obtained.
The filters work for directories, files and links.
Fixes #76586
ISSUE TYPE
COMPONENT NAME
ansible.builtin.find
ADDITIONAL INFORMATION
How to Use