Browse Source

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

pull/1943/head
Greg Szabo 7 years ago
parent
commit
e3d403e6b7
2 changed files with 5 additions and 0 deletions
  1. +2
    -0
      ansible/roles/install/tasks/centos.yml
  2. +3
    -0
      ansible/roles/install/tasks/debian.yml

+ 2
- 0
ansible/roles/install/tasks/centos.yml View File

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


+ 3
- 0
ansible/roles/install/tasks/debian.yml View File

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

Loading…
Cancel
Save