Add validation tasks to matrix-synapse-auto-compressor
This commit is contained in:
@ -1,6 +1,9 @@
|
||||
---
|
||||
|
||||
- block:
|
||||
- when: matrix_synapse_auto_compressor_enabled | bool
|
||||
ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
||||
|
||||
- when: matrix_synapse_auto_compressor_enabled | bool
|
||||
ansible.builtin.include_tasks: "{{ role_path }}/tasks/install.yml"
|
||||
tags:
|
||||
|
Reference in New Issue
Block a user