Merge branch 'java.restart' into 'master'
修改错别字 See merge request !22
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -21,7 +21,7 @@ | @@ -21,7 +21,7 @@ | ||
21 | - name: Compare service uptime & current time | 21 | - name: Compare service uptime & current time |
22 | debug: | 22 | debug: |
23 | msg: | 23 | msg: |
24 | - - "Serivce {{ deploy_path }} last uptime is: {{ lookup('pipe','date -d @'+service_runtime.stdout) }}" | 24 | + - "Service {{ deploy_path }} last uptime is: {{ lookup('pipe','date -d @'+service_runtime.stdout) }}" |
25 | - "Current system time is: {{ lookup('pipe','date -d @'+current_time.stdout) }}" | 25 | - "Current system time is: {{ lookup('pipe','date -d @'+current_time.stdout) }}" |
26 | - "interval is: {{ current_time.stdout|int - service_runtime.stdout|int }}" | 26 | - "interval is: {{ current_time.stdout|int - service_runtime.stdout|int }}" |
27 | 27 |
-
Please register or login to post a comment