Skip to content
Snippets Groups Projects
Commit 680864f9 authored by Smaine Kahlouch's avatar Smaine Kahlouch
Browse files

don't sync certs on masters, already done in another task

parent 7315d33e
No related branches found
No related tags found
No related merge requests found
......@@ -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'] }}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment