fix Grafana database configuration and deb822 repositories
Change-Id: Id7bbf0d1eca94c4c24191f05a7647a22b00071ab Signed-off-by: Marcus Klein <marcus.klein@open-xchange.com>
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
grafana_ini: "{{ grafana_ini_database | ansible.builtin.combine(grafana_ini, recursive=true) }}"
|
||||
vars:
|
||||
grafana_ini_database:
|
||||
grafana_database:
|
||||
database:
|
||||
type: mysql
|
||||
host: "{{ galera_address }}:3306"
|
||||
name: "{{ grafana_galera_database }}"
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
|
||||
collections:
|
||||
- name: grafana.grafana
|
||||
version: 6.0.2
|
||||
version: 6.0.6
|
||||
type: galaxy
|
||||
|
||||
Reference in New Issue
Block a user