This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Rename inject_into_nginx_proxy.yml to init.yml when it does more than injection
pull/2329/head
Slavi Pantaleev
3 years ago
parent
f186d6236d
commit
3824139908
2 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-0
roles/custom/matrix-synapse/tasks/init.yml
+1
-1
roles/custom/matrix-synapse/tasks/main.yml
roles/custom/matrix-synapse/tasks/inject_into_nginx_proxy.yml → roles/custom/matrix-synapse/tasks/init.yml
View File
+ 1
- 1
roles/custom/matrix-synapse/tasks/main.yml
View File
@@ -2,7 +2,7 @@
- block:
- when: matrix_synapse_enabled | bool
ansible.builtin.include_tasks: "{{ role_path }}/tasks/in
ject_
i
n
t
o_nginx_proxy
.yml"
ansible.builtin.include_tasks: "{{ role_path }}/tasks/init.yml"
tags:
- setup-all
- setup-synapse
Write
Preview
Loading…
Cancel
Save