tendermint/ansible/upgrade.yml

11 lines
138 B
YAML
Raw Normal View History

2017-06-22 17:34:42 -07:00
---
#variable "service" is required
- hosts: "{{ lookup('env','TF_VAR_TESTNET_NAME') }}"
roles:
- stop
- install
- start