Browse Source

config ansible role fix

pull/1943/head
Greg Szabo 7 years ago
parent
commit
e212bf1aa0
1 changed files with 2 additions and 0 deletions
  1. +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


Loading…
Cancel
Save