omyacid: s/public_keys/public-keys/
This commit is contained in:
parent
66289b7c5b
commit
8cca433f91
|
@ -1,7 +1,7 @@
|
||||||
instance_id: "iid-{{ inst_name }}"
|
instance_id: "iid-{{ inst_name }}"
|
||||||
local_hostname: "{{ inst_name }}"
|
local_hostname: "{{ inst_name }}"
|
||||||
{% if !ssh_pubkeys.is_empty() -%}
|
{% if !ssh_pubkeys.is_empty() -%}
|
||||||
public_keys:
|
public-keys:
|
||||||
{% for key in ssh_pubkeys -%}
|
{% for key in ssh_pubkeys -%}
|
||||||
- "{{ key }}"
|
- "{{ key }}"
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in a new issue