新增copy tsg-env_stop

This commit is contained in:
张智涵
2019-12-30 13:08:14 +08:00
parent a2f29df264
commit 45f9077edb

View File

@@ -15,7 +15,13 @@
copy:
src: "{{ role_path }}/files/tsg-env.service"
dest: "/usr/lib/systemd/system/"
mode: 0644
mode: 0644
- name: "copy tsg-env_stop"
copy:
src: "{{ role_path }}/files/tsg-env_stop"
dest: "/opt/tsg/env/"
mode: 0755
- name: "enable tsg-env"
systemd: