Authored by chunhua.zhang

add

@@ -37,4 +37,4 @@ @@ -37,4 +37,4 @@
37 - name: check restart status 37 - name: check restart status
38 fail: 38 fail:
39 msg: "服务启动时间与系统时间间隔超过 120 秒, interval: {{ current_time.stdout|int - service_runtime.stdout|int }} !" 39 msg: "服务启动时间与系统时间间隔超过 120 秒, interval: {{ current_time.stdout|int - service_runtime.stdout|int }} !"
40 - when: start == 'no' and current_time.stdout|int - service_runtime.stdout|int > 120 40 + when: start == 'yes' and current_time.stdout|int - service_runtime.stdout|int > 120