fix typo
This commit is contained in:
parent
e12a8f6981
commit
05eab6666c
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ remote:
|
|||
{% for remote in ( (zones | map(attribute='replicas') ) + (zones | map(attribute='masters') ) ) | flatten | unique %}
|
||||
|
||||
- id: remote-{{ remote }}
|
||||
{% if knot_tsig_key is defined and 'knot_tsig_key' in hostvars[remote %}
|
||||
{% if knot_tsig_key is defined and 'knot_tsig_key' in hostvars[remote] %}
|
||||
{# only use TSIG mutually, i.e. if both parties have a key #}
|
||||
key: {{ knot_tsig_key.name }}
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue