Replace "hash_hostname" with "hash_known_hosts".
The former is deprecated since Carbon.
This commit is contained in:
parent
28de757e9c
commit
4bc00d4d62
@ -375,8 +375,8 @@ users_ssh_known_hosts_{{ name }}_{{ loop.index0 }}:
|
|||||||
{% if 'enc' in host %}
|
{% if 'enc' in host %}
|
||||||
- enc: {{ host['enc'] }}
|
- enc: {{ host['enc'] }}
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
{% if 'hash_hostname' in host %}
|
{% if 'hash_known_hosts' in host %}
|
||||||
- hash_hostname: {{ host['hash_hostname'] }}
|
- hash_known_hosts: {{ host['hash_known_hosts'] }}
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user