Fixed genesis json data type - reported by melekes

This commit is contained in:
Greg Szabo 2017-07-04 19:47:29 +00:00
parent db4bba72a2
commit d268b1558e

View File

@ -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"]}}"