新增copy tsg-env_stop
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user