新增copy tsg-env_stop

This commit is contained in:
张智涵
2019-12-30 13:07:17 +08:00
parent 6e9197290a
commit b26b726dd8

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: