Skip to content
Snippets Groups Projects
Unverified Commit e3b684df authored by RongZhang's avatar RongZhang Committed by GitHub
Browse files

Remove blank lines

Remove blank lines
parent ad6fecef
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,6 @@
path: "{{ kube_config_dir }}/kubelet.conf"
register: kubelet_conf
- name: Calculate kubeadm CA cert hash
shell: openssl x509 -pubkey -in {{ kube_config_dir }}/ssl/ca.crt | openssl rsa -pubin -outform der 2>/dev/null | openssl dgst -sha256 -hex | sed 's/^.* //'
register: kubeadm_ca_hash
......
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