make welcome.html customizable

This commit is contained in:
Daniel Hoffend
2019-04-25 01:05:28 +02:00
parent 18a562c000
commit ca15d219b9
5 changed files with 201 additions and 0 deletions

View File

@ -28,6 +28,7 @@
with_items:
- {src: "{{ role_path }}/templates/config.json.j2", name: "config.json"}
- {src: "{{ role_path }}/templates/nginx.conf.j2", name: "nginx.conf"}
- {src: "{{ role_path }}/templates/welcome.html.j2", name: "welcome.html"}
- {src: "{{ matrix_riot_web_embedded_pages_home_path }}", name: "home.html"}
when: "matrix_riot_web_enabled and item.src is not none"