mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Updated discourse for docker-update role
This commit is contained in:
@@ -60,9 +60,9 @@
|
||||
- name: flush, to recreate discourse app
|
||||
meta: flush_handlers
|
||||
|
||||
- name: "add {{discourse_application_container}} to network central_postgres"
|
||||
- name: "add {{applications.discourse.container}} to network central_postgres"
|
||||
command:
|
||||
cmd: "docker network connect central_postgres {{discourse_application_container}}"
|
||||
cmd: "docker network connect central_postgres {{applications.discourse.container}}"
|
||||
ignore_errors: true
|
||||
when: enable_central_database | bool
|
||||
|
||||
|
Reference in New Issue
Block a user