meta: use full names of Ansible roles
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
bd372f0a58
commit
4246befafd
|
@ -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: Geth | Consul | Create service definition
|
||||
include_role: name=consul-service
|
||||
include_role: name=infra-role-consul-service
|
||||
vars:
|
||||
consul_config_name: '{{ geth_cont_name }}'
|
||||
consul_services:
|
||||
|
|
Loading…
Reference in New Issue