fix synchronize pull mode

This commit is contained in:
ant31
2016-01-08 11:32:06 +01:00
parent 7c8e9dbe00
commit f49aa90bf7
4 changed files with 0 additions and 5 deletions

View File

@@ -4,7 +4,6 @@
synchronize:
src: "{{ local_release_dir }}/calico/bin/calicoctl"
dest: "{{ bin_dir }}/calicoctl"
mode: pull
archive: no
times: yes
delegate_to: "{{ groups['downloader'][0] }}"

View File

@@ -6,7 +6,6 @@
synchronize:
src: "{{ local_release_dir }}/flannel/bin/flanneld"
dest: "{{ bin_dir }}/flanneld"
mode: pull
archive: no
times: yes
delegate_to: "{{ groups['downloader'][0] }}"