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
config ansible role fix
pull/1943/head
Greg Szabo
8 years ago
parent
dcb86f4d12
commit
e212bf1aa0
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
ansible/roles/config/tasks/main.yml
+ 2
- 0
ansible/roles/config/tasks/main.yml
View File
@ -3,6 +3,8 @@
-
name
:
gather tendermint public keys
when
:
validators == true and tendermint_genesis_file is not defined
shell
:
"tendermint show_validator --home /etc/{{service}}/tendermint --log_level error"
become
:
yes
become_user
:
"{{service}}"
register
:
pubkeys
changed_when
:
false
Write
Preview
Loading…
Cancel
Save