Skip to content

Commit

Permalink
Fix deploy template pub_urls
Browse files Browse the repository at this point in the history
  • Loading branch information
suizman committed Mar 29, 2019
1 parent f0fdbdb commit a48dea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/aws/provision/templates/qed-config.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ agent:
- "{{ hostvars[host]['ansible_eth0']['ipv4']['address'] }}:8400"
{% endfor %}
{% if 'role_auditor' in group_names %}
QEDUrls:
pub_urls:
{% for host in groups['name_qed-0'] %}
- "{{ hostvars[host]['ansible_eth0']['ipv4']['address'] }}:8800"
{% endfor %}
Expand Down

0 comments on commit a48dea7

Please sign in to comment.