Commit 3ffd1999 by Heechul Kim

Change copy kube{let,-proxy} binaries

parent 99b21e77
......@@ -211,7 +211,7 @@
- name: Copy kube{let,-proxy} lastest binaries
copy:
src: "/usr/local/bin/{{ item }}"
src: {{ item }}
dest: "/usr/bin/{{ item }}"
mode: 0755
with_items: "{{ dynamic_duo }}"
......
......@@ -31,6 +31,11 @@ case $OS in
ifclass AMD64 && echo JESSIE64
echo PORCH
exit 0 ;;
STRETCH)
echo "FAIBASE DEBIAN"
ifclass AMD64 && echo STRETCH64
echo PORCH
exit 0 ;;
UXENOS)
echo "FAIBASE DEBIAN UXENOS"
ifclass AMD64 && echo JESSIE64
......
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