add tsg-env stop script.
This commit is contained in:
@@ -1,9 +1,15 @@
|
||||
---
|
||||
- name: "copy setup.sh"
|
||||
- name: "copy setup script"
|
||||
copy:
|
||||
src: "{{ role_path }}/files/setup"
|
||||
dest: "/opt/tsg/env/"
|
||||
mode: 0755
|
||||
|
||||
- name: "copy stop script"
|
||||
copy:
|
||||
src: "{{ role_path }}/files/stop"
|
||||
dest: "/opt/tsg/env/"
|
||||
mode: 0755
|
||||
|
||||
- name: "copy tsg-env.service"
|
||||
copy:
|
||||
|
||||
Reference in New Issue
Block a user