Browse Source

Fixed genesis json data type - reported by melekes

pull/1943/head
Greg Szabo 7 years ago
parent
commit
d268b1558e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ansible/roles/config/templates/genesis-server.json.j2

+ 1
- 1
ansible/roles/config/templates/genesis-server.json.j2 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"]}}"


Loading…
Cancel
Save