mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-21 20:31:02 +01:00
Added error ignore
This commit is contained in:
parent
abda184137
commit
cc77575b1e
@ -68,4 +68,5 @@
|
|||||||
- name: "remove central database from {{docker_compose_project_name}}_default"
|
- name: "remove central database from {{docker_compose_project_name}}_default"
|
||||||
command:
|
command:
|
||||||
cmd: "docker network disconnect discourse_default central-{{ database_type }}"
|
cmd: "docker network disconnect discourse_default central-{{ database_type }}"
|
||||||
|
ignore_errors: true
|
||||||
when: enable_central_database | bool
|
when: enable_central_database | bool
|
||||||
|
Loading…
Reference in New Issue
Block a user