Reference the right cgrates role in ansible playbooks

This commit is contained in:
ionutboangiu
2023-08-11 07:54:17 -04:00
committed by Dan Christian Bogos
parent 9e0a5c0a7c
commit 620476f6c4
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
- name: Install and configure CGRateS
import_role:
name: ../../roles/install_cgrates
name: ../../roles/cgrates
- name: Install Asterisk
import_role:

View File

@@ -11,7 +11,7 @@
- name: Install and config CGRateS
import_role:
name: ../../roles/install_cgrates
name: ../../roles/cgrates
- name: Unzip FreeSWITCH config
become: yes

View File

@@ -11,7 +11,7 @@
- name: Install and configure CGRateS
import_role:
name: ../../roles/install_cgrates
name: ../../roles/cgrates
- name: Install PJSUA
import_role: