diff --git a/ansible/roles/framework/files/maat_redis_tool b/ansible/roles/framework/files/maat_redis_tool new file mode 100644 index 00000000..9e797bb7 Binary files /dev/null and b/ansible/roles/framework/files/maat_redis_tool differ diff --git a/ansible/roles/framework/tasks/main.yml b/ansible/roles/framework/tasks/main.yml index ea3ec474..4adbe5f9 100644 --- a/ansible/roles/framework/tasks/main.yml +++ b/ansible/roles/framework/tasks/main.yml @@ -28,4 +28,10 @@ - name: "copy framework.conf to destination server" copy: src: "{{ role_path }}/files/framework.conf" - dest: /etc/ld.so.conf.d/ \ No newline at end of file + 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 \ No newline at end of file