digikam: add mariadb config

This commit is contained in:
Jef Roosens 2025-02-13 14:38:13 +01:00
parent 84f9efd785
commit 5e456fe0b2
Signed by: Jef Roosens
GPG key ID: 21FD3D77D56BAF49
9 changed files with 141 additions and 18 deletions

View file

@ -0,0 +1,5 @@
---
- name: 'restart digikam'
ansible.builtin.service:
name: 'digikam'
state: 'restarted'