github.com/DFWallet/tendermint-cosmos@v0.0.2/networks/remote/ansible/roles/status/tasks/main.yml (about) 1 --- 2 3 - name: application service status 4 command: "service {{service}} status" 5 changed_when: false 6 register: status 7 8 - name: Result 9 debug: var=status.stdout_lines 10