Browse Source

Debugging genesis gathering

pull/1943/head
Greg Szabo 7 years ago
parent
commit
86e9e7d7c5
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      ansible/roles/config/tasks/main.yml

+ 3
- 0
ansible/roles/config/tasks/main.yml View File

@ -15,6 +15,9 @@
set_fact: "pubkey='{{pubkeys.stdout}}'"
connection: local
- debug: var=hostvars[inventory_hostname]["pubkey"]
- debug: var=hostvars[inventory_hostname]["pubkey"]["data"]
- name: copy generated tendermint genesis.json - genesis_time will be updated
when: (validators == true or validators == 'true') and tendermint_genesis_file is not defined
template:


Loading…
Cancel
Save