mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-09 22:41:03 +01:00
Added ignore
This commit is contained in:
parent
c688a701f7
commit
30e3ac0290
@ -51,6 +51,7 @@
|
|||||||
- name: "add central database temporary to {{docker_compose_project_name}}_default"
|
- name: "add central database temporary to {{docker_compose_project_name}}_default"
|
||||||
command:
|
command:
|
||||||
cmd: "docker network connect discourse_default central-{{ database_type }}"
|
cmd: "docker network connect discourse_default central-{{ database_type }}"
|
||||||
|
ignore_errors: true
|
||||||
when: enable_central_database | bool
|
when: enable_central_database | bool
|
||||||
|
|
||||||
- name: "destroy container discourse_application"
|
- name: "destroy container discourse_application"
|
||||||
|
Loading…
Reference in New Issue
Block a user