Solved discourse update bug

This commit is contained in:
2025-02-14 09:37:22 +01:00
parent c5de205e87
commit 3a6fc106a8
4 changed files with 13 additions and 4 deletions

View File

@@ -15,7 +15,7 @@
- name: "cleanup central database from {{application_id}}_default network"
command:
cmd: "docker network disconnect discourse_default central-{{ database_type }}"
cmd: "docker network disconnect {{applications.discourse.network}} central-{{ database_type }}"
ignore_errors: true
when: mode_reset | bool
@@ -68,6 +68,6 @@
- name: "remove central database from {{application_id}}_default"
command:
cmd: "docker network disconnect discourse_default central-{{ database_type }}"
cmd: "docker network disconnect {{applications.discourse.network}} central-{{ database_type }}"
ignore_errors: true
when: enable_central_database | bool