c12s-kubespray/roles/etcd
Etienne Champetier f26cc9f75b 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: Etienne Champetier <e.champetier@ateme.com>
(cherry picked from commit de1d9df787)

Conflicts:
	roles/etcd/tasks/check_certs.yml
2021-03-15 07:07:05 -07:00
..
defaults etcd: Fix permissions of /etc/ssl/etcd/ssl (#6908) 2020-12-09 00:48:49 -08:00
handlers Only use stat get_checksum: yes when needed (#7270) 2021-03-15 07:07:05 -07:00
meta Remove support for CoreOS Container Linux (#6576) 2020-08-28 02:28:53 -07:00
tasks Only use stat get_checksum: yes when needed (#7270) 2021-03-15 07:07:05 -07:00
templates Fix ETCD_CIPHER_SUITES shell var assignment (#7002) 2020-12-08 13:23:34 -08:00