Debugging genesis gathering

This commit is contained in:
Greg Szabo
2017-07-29 07:33:51 +00:00
parent e2f9ffb7ff
commit 86e9e7d7c5
+3
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: