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-11 15:50:42 +01:00
parent a8cecc026b
commit 506731fba7
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
2 changed files with 5 additions and 2 deletions

View File

@ -9,4 +9,7 @@ galaxy_info:
- name: Ubuntu - name: Ubuntu
versions: versions:
- jammy - jammy
dependencies: [] dependencies:
- name: infra-role-consul-service
src: git+git@github.com:status-im/infra-role-consul-service.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: '{{ github_webhook_service_name }}' consul_config_name: '{{ github_webhook_service_name }}'
consul_services: consul_services: