mistakenly called the path tokens instead of certs

This commit is contained in:
Spencer Smith 2016-06-06 16:54:16 -07:00
parent b1ba070ba1
commit 505b286630

View file

@ -67,7 +67,7 @@
changed_when: false changed_when: false
- name: Gen_certs | download certs for remote kubectl - name: Gen_certs | download certs for remote kubectl
fetch: src="{{ kube_cert_dir }}/{{ item }}" dest="output/tokens/{{ item }}" flat=yes fetch: src="{{ kube_cert_dir }}/{{ item }}" dest="output/certs/{{ item }}" flat=yes
delegate_to: "{{ groups['kube-master'][0] }}" delegate_to: "{{ groups['kube-master'][0] }}"
with_items: with_items:
- "ca.pem" - "ca.pem"