forked from infra/ansible
11 lines
183 B
Plaintext
11 lines
183 B
Plaintext
|
{% if root_keys %}
|
||
|
{% for key in root_keys %}
|
||
|
{{ key }}
|
||
|
{% endfor %}
|
||
|
{% endif %}
|
||
|
{% if root_keys_host is defined %}
|
||
|
{% for key in root_keys_host %}
|
||
|
{{ key }}
|
||
|
{% endfor %}
|
||
|
{% endif %}
|