consul: use full name of consul-service role

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-03-10 12:27:46 +01:00
parent f3e006cfff
commit 2a6647c26d
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
2 changed files with 2 additions and 2 deletions

View File

@ -10,6 +10,6 @@ galaxy_info:
versions: versions:
- xenial - xenial
dependencies: dependencies:
- name: consul-service - name: infra-role-consul-service
src: git+git@github.com:status-im/infra-role-consul-service.git src: git+git@github.com:status-im/infra-role-consul-service.git
scm: git scm: git

View File

@ -1,6 +1,6 @@
--- ---
- name: Create Consul service definition - name: Create Consul service definition
include_role: name=consul-service include_role: name=infra-role-consul-service
vars: vars:
consul_config_name: '{{ grafana_service_name }}' consul_config_name: '{{ grafana_service_name }}'
consul_services: consul_services: