updaters dont need to be a remote
This commit is contained in:
parent
9cbf45e958
commit
2541e4254d
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ key:
|
|||
|
||||
|
||||
remote:
|
||||
{% for remote in ( (zones | map(attribute='replicas') ) + (zones | map(attribute='masters') ) + (zones | map(attribute='updaters') | select('defined') ) ) | flatten | unique %}
|
||||
{% for remote in ( (zones | map(attribute='replicas') ) + (zones | map(attribute='masters') ) ) | flatten | unique %}
|
||||
|
||||
- id: remote-{{ remote }}
|
||||
{% for address in hostvars[remote].knot_dns_addresses %}
|
||||
|
|
Loading…
Reference in a new issue