consul: use full name of consul-service role
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
f3e006cfff
commit
2a6647c26d
|
@ -10,6 +10,6 @@ galaxy_info:
|
|||
versions:
|
||||
- xenial
|
||||
dependencies:
|
||||
- name: consul-service
|
||||
- name: infra-role-consul-service
|
||||
src: git+git@github.com:status-im/infra-role-consul-service.git
|
||||
scm: git
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
- name: Create Consul service definition
|
||||
include_role: name=consul-service
|
||||
include_role: name=infra-role-consul-service
|
||||
vars:
|
||||
consul_config_name: '{{ grafana_service_name }}'
|
||||
consul_services:
|
||||
|
|
Loading…
Reference in New Issue