mistakenly called the path tokens instead of certs
This commit is contained in:
parent
b1ba070ba1
commit
505b286630
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue