Skip to content
Snippets Groups Projects
Unverified Commit de1d9df7 authored by Etienne Champetier's avatar Etienne Champetier Committed by GitHub
Browse files

Only use stat get_checksum: yes when needed (#7270)


By default Ansible stat module compute checksum, list extended attributes and find mime type
To find all stat invocations that really use one of those:
git grep -F stat. | grep -vE 'stat.(islnk|exists|lnk_source|writeable)'

Signed-off-by: default avatarEtienne Champetier <e.champetier@ateme.com>
parent 64502077
No related branches found
No related tags found
No related merge requests found
Showing
with 97 additions and 2 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment