meta: use full names of Ansible roles

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-03-10 13:32:11 +01:00
parent bd372f0a58
commit 4246befafd
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: Geth | Consul | Create service definition - name: Geth | Consul | Create service definition
include_role: name=consul-service include_role: name=infra-role-consul-service
vars: vars:
consul_config_name: '{{ geth_cont_name }}' consul_config_name: '{{ geth_cont_name }}'
consul_services: consul_services: