Skip to content
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
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment