bugfix:修改maat_redis_tool的安装位置由/opt/MESA/bin/变为/opt/tsg/framework/bin/

This commit is contained in:
fumingwei
2021-07-29 11:29:32 +08:00
parent 86ab77a64a
commit 6d00bfb809

View File

@@ -45,7 +45,7 @@
- name: "copy maat_redis_tool to destination"
copy:
src: "{{ role_path }}/files/maat_redis_tool"
dest: /opt/MESA/bin/
dest: /opt/tsg/framework/bin/
mode: 0755
- name: "copy framework.sh to destination for execute files of framework"