Authored by chunhua.zhang

add

@@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
6 async: 90 6 async: 90
7 when: start == 'yes' 7 when: start == 'yes'
8 8
9 -- name: restart {{ deploy_path }} 9 +- name: stop {{ deploy_path }}
10 shell: sh /home/master/{{ deploy_path }}/deploy/bin/killws.sh 10 shell: sh /home/master/{{ deploy_path }}/deploy/bin/killws.sh
11 when: start == 'no' 11 when: start == 'no'
12 12