fiddling with templates pt1
This commit is contained in:
parent
29fc84e949
commit
f5bf777b2e
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ public_keys:
|
||||||
{% for key in ssh_pubkeys -%}
|
{% for key in ssh_pubkeys -%}
|
||||||
- "{{ key }}"
|
- "{{ key }}"
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif -%}
|
{%- endif -%}
|
||||||
{% if let Some(user) = username -%}
|
{% if let Some(user) = username -%}
|
||||||
default_username: "{{ user }}"
|
default_username: "{{ user }}"
|
||||||
{%- endif %}
|
{%- endif %}
|
Loading…
Reference in a new issue