meta: use full names of Ansible roles
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
fb04e718b6
commit
0dbe11237d
|
@ -9,4 +9,7 @@ galaxy_info:
|
|||
- name: Ubuntu
|
||||
versions:
|
||||
- xenial
|
||||
dependencies: []
|
||||
dependencies:
|
||||
- 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 definitions
|
||||
include_role: name=consul-service
|
||||
include_role: name=infra-role-consul-service
|
||||
vars:
|
||||
consul_config_name: '{{ erigon_cont_name }}'
|
||||
consul_services:
|
||||
|
|
Loading…
Reference in New Issue