Commit c2fc2bac by Heechul Kim

revert back to the old way since binaries should not be in git repo.

parent 3ffd1999
Showing with 1 additions and 1 deletions
......@@ -211,7 +211,7 @@
- name: Copy kube{let,-proxy} lastest binaries
copy:
src: {{ item }}
src: "/usr/local/bin/{{ item }}"
dest: "/usr/bin/{{ item }}"
mode: 0755
with_items: "{{ dynamic_duo }}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment