Use sqlite3 as default database

This commit is contained in:
phil 2023-11-20 12:23:12 +01:00
parent e0d2378808
commit bec76bc57d
4 changed files with 12 additions and 7 deletions

View file

@ -5,6 +5,7 @@
- name: Database
ansible.builtin.import_tasks: database.yml
when: grafana_db_type != "sqlite3"
delegate_to: "{{ database_host }}"
- name: Configuration