Merge branch 'thiagotalma-patch-1'

This commit is contained in:
Maciej Delmanowski 2016-07-18 22:58:16 +02:00
commit d5d6a1d2b8
No known key found for this signature in database
GPG Key ID: 375A77ECA0A04619

View File

@ -175,7 +175,7 @@ host {{ host.hostname }} {
# {{ failover.comment }}
{% endif %}
failover peer "{{ failover.failover }}" {
{% if failover.primary is defined and failover.primary in ansible_all_ipv4_addresses %}
{% if failover.primary is defined and failover.primary in ansible_all_ipv4_addresses|d([]) %}
primary;
mclt {{ failover.mclt|default(3600) }};
{% if failover.primary_fo_addr is defined and failover.primary_fo_addr %}