mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-18 22:14:35 +00:00
11 lines
171 B
YAML
11 lines
171 B
YAML
---
|
|
|
|
- name: application service status
|
|
command: "service {{service}} status"
|
|
changed_when: false
|
|
register: status
|
|
|
|
- name: Result
|
|
debug: var=status.stdout_lines
|
|
|