Re-added tendermint binary installation for show_validator command (temporarily)

This commit is contained in:
Greg Szabo 2018-02-19 20:05:43 -05:00
parent e31150398e
commit e3d403e6b7
2 changed files with 5 additions and 0 deletions

View File

@ -46,6 +46,8 @@
- python-virtualenv
- unzip
- tar
#For show_validator command:
- tendermint
- name: Install toml
when: ansible_os_family == "RedHat"

View File

@ -29,3 +29,6 @@
- python-toml
- unzip
- tar
#For show_validator command:
- tendermint