mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-04 17:31:33 +02:00
Activated flush
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
# Todo
|
# Todo
|
||||||
- Check if sendmail needs to be installed. See [Issue](https://github.com/bitnami/containers/issues/63311).
|
- Check if sendmail needs to be installed. See [Issue](https://github.com/bitnami/containers/issues/63311).
|
||||||
|
- Implemented auto update of database credentials when changed after first setup
|
@@ -8,3 +8,4 @@ bitnami_data_dir: "/bitnami/moodledata"
|
|||||||
bitnami_oidc_plugin_dir: "{{ bitnami_code_dir }}/auth/oidc"
|
bitnami_oidc_plugin_dir: "{{ bitnami_code_dir }}/auth/oidc"
|
||||||
bitnami_user: "daemon"
|
bitnami_user: "daemon"
|
||||||
bitnami_user_group: "{{ bitnami_user }}:{{ bitnami_user }}"
|
bitnami_user_group: "{{ bitnami_user }}:{{ bitnami_user }}"
|
||||||
|
docker_compose_flush_handlers: true
|
Reference in New Issue
Block a user