Merge pull request #2230 from etkecc/fix-workers-yaml-include-path

Keep Synapse worker definitions in vars.yml to avoid an extra file include on each playbook task
This commit is contained in:
Slavi Pantaleev
2022-11-05 07:45:13 +02:00
committed by GitHub
6 changed files with 129 additions and 614 deletions

View File

@ -3,9 +3,6 @@
hosts: "{{ target if target is defined else 'matrix_servers' }}"
become: true
vars_files:
- roles/custom/matrix-synapse/vars/workers.yml
roles:
# Most of the roles below are not distributed with the playbook, but downloaded separately using `ansible-galaxy` via the `make roles` command (see `Makefile`).
- role: galaxy/com.devture.ansible.role.playbook_help