mirror of https://github.com/easzlab/kubeasz.git
修复项目bin目录下二进制不能执行的错误
parent
523d25c59f
commit
239041032f
|
@ -21,9 +21,15 @@
|
||||||
- cfssl-certinfo
|
- cfssl-certinfo
|
||||||
- cfssljson
|
- cfssljson
|
||||||
|
|
||||||
- name: 创建 easzctl 工具的软连接
|
- name: 本地设置 bin 目录权限
|
||||||
|
file: path={{ base_dir }}/bin state=directory mode=0755 recurse=yes
|
||||||
|
connection: local
|
||||||
|
run_once: true
|
||||||
|
|
||||||
|
- name: 本地创建 easzctl 工具的软连接
|
||||||
file: src={{ base_dir }}/tools/easzctl dest=/usr/bin/easzctl state=link
|
file: src={{ base_dir }}/tools/easzctl dest=/usr/bin/easzctl state=link
|
||||||
connection: local
|
connection: local
|
||||||
|
run_once: true
|
||||||
|
|
||||||
- name: 写入环境变量$PATH
|
- name: 写入环境变量$PATH
|
||||||
lineinfile:
|
lineinfile:
|
||||||
|
|
Loading…
Reference in New Issue