Skip to content

Commit b4e272d

Browse files
committed
Change to consul_url
1 parent 9d8972a commit b4e272d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/group_vars/alpha-consul-values.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ container_tag: latest
66
advance_arg: true
77

88
container_run_args: >
9-
{% for item in consul_seed %} curl -X PUT http://consul:8500/v1/kv/{{ item.key }} --data {{ item.value }} && {% endfor %} echo Finished
9+
{% for item in consul_seed %} curl -X PUT http://{{ consul_url }}:8500/v1/kv/{{ item.key }} --data {{ item.value }} && {% endfor %} echo Finished

0 commit comments

Comments
 (0)