3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-12-15 13:24:48 +00:00

Add matrix_homeserver_enabled variable

We need this to control whether `('matrix-' + matrix_homeserver_implementation + '.service')`
would get injected into `devture_systemd_service_manager_services_list_auto`
This commit is contained in:
Slavi Pantaleev
2022-11-23 16:56:39 +02:00
parent dd4f8df905
commit 4d881477a3
4 changed files with 12 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
---
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/sanity_check.yml"
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/validate_config.yml"
tags:
- setup-all