mirror of
https://github.com/vale981/matrix-docker-ansible-deploy
synced 2025-03-08 19:21:40 -05:00
7 lines
218 B
YAML
7 lines
218 B
YAML
---
|
|
|
|
- import_tasks: "{{ role_path }}/tasks/synapse/setup_install.yml"
|
|
when: matrix_synapse_enabled|bool
|
|
|
|
- import_tasks: "{{ role_path }}/tasks/synapse/setup_uninstall.yml"
|
|
when: "not matrix_synapse_enabled|bool"
|