don't sync certs on masters, already done in another task
This commit is contained in:
parent
7315d33e3c
commit
680864f95c
1 changed files with 1 additions and 0 deletions
|
@ -48,3 +48,4 @@
|
|||
- "{{ kube_cert_dir}}/node.pem"
|
||||
- "{{ kube_cert_dir}}/node-key.pem"
|
||||
delegate_to: "{{ groups['kube-master'][0] }}"
|
||||
when: inventory_hostname not in "{{ groups['kube-master'] }}"
|
||||
|
|
Loading…
Reference in a new issue