...
|
...
|
@@ -32,7 +32,7 @@ |
|
|
|
|
|
- name: restart {{ deploy_path }}
|
|
|
shell: sh /home/master/{{ deploy_path }}/deploy/bin/killws.sh && sh /home/master/{{ deploy_path }}/deploy/bin/startws.sh
|
|
|
async: 60
|
|
|
async: 120
|
|
|
|
|
|
- name: check service runtime
|
|
|
shell: ps -ef|grep java|grep {{ deploy_path }}|grep -v grep|awk '{print $5}'
|
...
|
...
|
|