omyacid: s/public_keys/public-keys/

This commit is contained in:
snow flurry 2024-08-15 21:03:19 -07:00
parent 66289b7c5b
commit 8cca433f91

View file

@ -1,7 +1,7 @@
instance_id: "iid-{{ inst_name }}"
local_hostname: "{{ inst_name }}"
{% if !ssh_pubkeys.is_empty() -%}
public_keys:
public-keys:
{% for key in ssh_pubkeys -%}
- "{{ key }}"
{% endfor %}