We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f94a69 + a35abf2 commit 1b2bae7Copy full SHA for 1b2bae7
templates/config.json.j2
@@ -104,7 +104,7 @@
104
"retry_max": {{ consul_retry_max | int }},
105
106
"retry_join":
107
- {% if not consul_cloud_autodiscovery %}
+ {% if not consul_cloud_autodiscovery | bool %}
108
{% if not consul_retry_join_skip_hosts %}
109
{% for server in _consul_lan_servers %}
110
{% set _ = consul_join.append(hostvars[server]['consul_advertise_address'] | default(hostvars[server]['consul_bind_address']) | default(hostvars[server]['ansible_default_ipv4']['address']) | mandatory) %}
0 commit comments