Added error ignore

This commit is contained in:
Kevin Veen-Birkenbach 2024-02-07 23:13:28 +01:00
parent abda184137
commit cc77575b1e
1 changed files with 1 additions and 0 deletions

View File

@ -68,4 +68,5 @@
- name: "remove central database from {{docker_compose_project_name}}_default"
command:
cmd: "docker network disconnect discourse_default central-{{ database_type }}"
ignore_errors: true
when: enable_central_database | bool