Skip to content
Snippets Groups Projects
Unverified Commit ee27ab00 authored by Spencer Smith's avatar Spencer Smith Committed by GitHub
Browse files

Merge pull request #2124 from riverzhang/patch-3

Remove blank lines
parents 57f87ba0 e3b684df
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
path: "{{ kube_config_dir }}/kubelet.conf" path: "{{ kube_config_dir }}/kubelet.conf"
register: kubelet_conf register: kubelet_conf
- name: Calculate kubeadm CA cert hash - 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/^.* //' 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 register: kubeadm_ca_hash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment