fiddling with templates pt1

This commit is contained in:
snow flurry 2024-08-14 21:55:39 -07:00
parent 29fc84e949
commit f5bf777b2e

View file

@ -5,7 +5,7 @@ public_keys:
{% for key in ssh_pubkeys -%}
- "{{ key }}"
{% endfor %}
{% endif -%}
{%- endif -%}
{% if let Some(user) = username -%}
default_username: "{{ user }}"
{%- endif %}