Use sqlite3 as default database
This commit is contained in:
parent
e0d2378808
commit
bec76bc57d
4 changed files with 12 additions and 7 deletions
|
@ -5,6 +5,7 @@
|
|||
|
||||
- name: Database
|
||||
ansible.builtin.import_tasks: database.yml
|
||||
when: grafana_db_type != "sqlite3"
|
||||
delegate_to: "{{ database_host }}"
|
||||
|
||||
- name: Configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue