mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-12 05:17:38 +02:00
Add custom hibernate.cfg.xml to XWiki role to use SELECT 1 as validation query (avoids PROCESS privilege requirement in MariaDB). See https://chatgpt.com/share/68c2c4dd-beec-800f-b44a-9c84494491f8
This commit is contained in:
@@ -16,6 +16,12 @@
|
||||
dest: "{{ XWIKI_HOST_PROPERTIES_PATH }}"
|
||||
notify: docker compose up
|
||||
|
||||
- name: "Render hibernate.cfg.xml"
|
||||
template:
|
||||
src: "hibernate.cfg.xml.j2"
|
||||
dest: "{{ XWIKI_HOST_HIBERNATE_PATH }}"
|
||||
notify: docker compose up
|
||||
|
||||
- name: "flush docker compose for '{{ application_id }}'"
|
||||
meta: flush_handlers
|
||||
|
||||
|
Reference in New Issue
Block a user