Skip to content
Snippets Groups Projects
Commit bfc9bcb8 authored by Matthew Mosesohn's avatar Matthew Mosesohn
Browse files

Force hardlink for calico/canal certs

Fixes: #669
parent 8eb26c21
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@
src: "{{ etcd_cert_dir }}/{{ item.s }}"
dest: "{{ calico_cert_dir }}/{{ item.d }}"
state: hard
force: yes
with_items:
- {s: "ca.pem", d: "ca_cert.crt"}
- {s: "node.pem", d: "cert.crt"}
......
......@@ -18,6 +18,7 @@
src: "{{ etcd_cert_dir }}/{{ item.s }}"
dest: "{{ canal_cert_dir }}/{{ item.d }}"
state: hard
force: yes
with_items:
- {s: "ca.pem", d: "ca_cert.crt"}
- {s: "node.pem", d: "cert.crt"}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment