Files
cgrates/data/ansible/integration_tests/main.yaml
ionutboangiu 84caf3f0b4 Update github workflows
In the integration_tests one, go is now installed using actions, therefore
the ansible go installation will be skipped.
2023-08-28 12:24:59 +02:00

10 lines
161 B
YAML

---
- hosts: all
roles:
- ../roles/rabbitmq
- ../roles/kafka
- ../roles/mongodb
- ../roles/postgresql
- ../roles/go
- ../roles/cgrates