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

don't delegate cert slurp

parent da61b8e7
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,6 @@
- name: Gather certs for admin kubeconfig
slurp:
src: "{{ item }}"
delegate_to: "{{ groups['kube-master'][0] }}"
delegate_facts: no
register: admin_certs
with_items:
- "{{ kube_cert_dir }}/ca.pem"
......
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