mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-17 12:44:53 +00:00
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:
|
||||
- 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:
|
||||
- setup-all
|
||||
- setup-synapse
|
||||
|
Loading…
Reference in New Issue
Block a user