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:
|
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
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue