From d268b1558e00e28fccd33bcbf7421c2f80b70c67 Mon Sep 17 00:00:00 2001 From: Greg Szabo Date: Tue, 4 Jul 2017 19:47:29 +0000 Subject: [PATCH] Fixed genesis json data type - reported by melekes --- ansible/roles/config/templates/genesis-server.json.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/config/templates/genesis-server.json.j2 b/ansible/roles/config/templates/genesis-server.json.j2 index e7093b950..944d64304 100644 --- a/ansible/roles/config/templates/genesis-server.json.j2 +++ b/ansible/roles/config/templates/genesis-server.json.j2 @@ -10,7 +10,7 @@ { "pub_key": { "data": "{{hostvars[host]["pubkey"]["data"]}}", - "type": "ed25519" + "type": "{{hostvars[host]["pubkey"]["type"]}}" }, "amount":10, "name":"{{hostvars[host]["ansible_hostname"]}}"