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