Correct services template
This commit is contained in:
parent
77695911ef
commit
633eb6c41e
1 changed files with 1 additions and 3 deletions
|
@ -1,6 +1,4 @@
|
|||
{% from "consul/map.jinja" import consul with context %}
|
||||
{
|
||||
"services": {
|
||||
{% consul.register | json %}
|
||||
}
|
||||
"services": {{ consul.register | json }}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue