Force hardlink for calico/canal certs

Fixes: #669
This commit is contained in:
Matthew Mosesohn 2016-12-07 19:03:04 +03:00
parent 8eb26c21be
commit bfc9bcb8c7
2 changed files with 2 additions and 0 deletions

View file

@ -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"}

View file

@ -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"}