7 lines
230 B
Text
7 lines
230 B
Text
|
# Auto-generated known hosts file, try to **not** edit this file
|
||
|
{% for enabled_profile in enabled_profiles %}
|
||
|
# {{ enabled_profile.name }}
|
||
|
{{ lookup('file', tempdir_known_hosts.path + '/' + enabled_profile.name) }}
|
||
|
|
||
|
{% endfor %}
|