TSG-6641:在ansible framework的tasks中增加maat_redis_tool的安装

This commit is contained in:
fumingwei
2021-06-15 10:17:13 +08:00
parent 68a73f22ca
commit 51b08e5941
2 changed files with 7 additions and 1 deletions

Binary file not shown.

View File

@@ -28,4 +28,10 @@
- name: "copy framework.conf to destination server"
copy:
src: "{{ role_path }}/files/framework.conf"
dest: /etc/ld.so.conf.d/
dest: /etc/ld.so.conf.d/
- name: "copy maat_redis_tool to destination"
copy:
src: "{{ role_path }}/files/maat_redis_tool"
dest: /opt/MESA/bin/
mode: 0755