github.com/franono/tendermint@v0.32.2-0.20200527150959-749313264ce9/networks/remote/ansible/roles/stop/tasks/main.yml (about)

     1  ---
     2  
     3  - name: stop service
     4    service: "name={{service}} state=stopped"
     5