show_validator fix

This commit is contained in:
Greg Szabo 2018-02-19 21:41:47 -05:00
parent de4022dcce
commit 77cbccdd55
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
- name: gather tendermint public keys
when: (validators == true or validators == 'true') and genesis_file is not defined
tags: reconfig-toml,reconfig-genesis
command: "/usr/bin/tendermint show_validator --home /etc/{{service}}/config --log_level error"
command: "/usr/bin/tendermint show_validator --home /etc/{{service}} --log_level error"
register: pubkeys
changed_when: false