mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-14 12:49:54 +05:00
In the integration_tests one, go is now installed using actions, therefore the ansible go installation will be skipped.
10 lines
161 B
YAML
10 lines
161 B
YAML
---
|
|
- hosts: all
|
|
roles:
|
|
- ../roles/rabbitmq
|
|
- ../roles/kafka
|
|
- ../roles/mongodb
|
|
- ../roles/postgresql
|
|
- ../roles/go
|
|
- ../roles/cgrates
|