Skip to content
Commit f26cc9f7 authored by Etienne Champetier's avatar Etienne Champetier Committed by Kubernetes Prow Robot
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>
(cherry picked from commit de1d9df7)

Conflicts:
	roles/etcd/tasks/check_certs.yml
parent 5563ed80
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment