This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
Re-added tendermint binary installation for show_validator command (temporarily)
pull/1943/head
Greg Szabo
7 years ago
parent
e31150398e
commit
e3d403e6b7
2 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
ansible/roles/install/tasks/centos.yml
+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
Write
Preview
Loading…
Cancel
Save