Rename inject_into_nginx_proxy.yml to init.yml when it does more than injection
This commit is contained in:
parent
f186d6236d
commit
3824139908
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
- block:
|
- block:
|
||||||
- when: matrix_synapse_enabled | bool
|
- when: matrix_synapse_enabled | bool
|
||||||
ansible.builtin.include_tasks: "{{ role_path }}/tasks/inject_into_nginx_proxy.yml"
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/init.yml"
|
||||||
tags:
|
tags:
|
||||||
- setup-all
|
- setup-all
|
||||||
- setup-synapse
|
- setup-synapse
|
||||||
|
|
Loading…
Reference in a new issue