Merge pull request #1743 from rsmitty/kube-client
Don't delegate cert gathering before creating admin.conf
This commit is contained in:
commit
891269ef39
1 changed files with 0 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue