mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-09 11:47:14 +02:00
General optimations and debugging
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
listen: recreate discourse
|
||||
|
||||
- name: "add central database temporary to {{application_id}}_default"
|
||||
command: docker network connect {{applications[application_id].network}} central-{{ database_type }}
|
||||
command: docker network connect {{applications[application_id].network}} {{ database_host }}
|
||||
failed_when: >
|
||||
result.rc != 0 and
|
||||
'already exists in network' not in result.stderr
|
||||
|
Reference in New Issue
Block a user