Comment post install postgres scripts in cgrates ansible role

This commit is contained in:
ionutboangiu
2023-07-11 06:14:16 -04:00
committed by Dan Christian Bogos
parent 79215c824c
commit df3ae97e57

View File

@@ -47,8 +47,8 @@
loop:
- { db: "mysql", cmd: "sh setup_ers_db.sh root CGRateS.org localhost" }
- { db: "mysql", cmd: "sh setup_cgr_db.sh root CGRateS.org localhost" }
- { db: "postgres", cmd: "sh create_db_with_users.sh" }
- { db: "postgres", cmd: "sh create_ers_db.sh" }
- { db: "postgres", cmd: "sh setup_cgr_db.sh" }
# - { db: "postgres", cmd: "sh create_ers_db.sh" }
- { db: "mongo", cmd: "sh setup_cgr_db.sh" }
- name: Set versions