Commit c2fc2bac by Heechul Kim

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

parent 3ffd1999
Showing with 2 additions and 2 deletions
......@@ -210,8 +210,8 @@
with_items: "{{ dynamic_duo }}"
- name: Copy kube{let,-proxy} lastest binaries
copy:
src: {{ item }}
copy:
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