WIP: matrix

This commit is contained in:
Pim Kunis 2023-02-25 15:06:17 +01:00
parent cb861223ea
commit b638cd7310
21 changed files with 249 additions and 14 deletions

View file

@ -17,10 +17,10 @@
cmd: "docker run --rm --volume=\"{{ service_dir }}/git:/srv/jekyll:Z\" -it jekyll/minimal jekyll build"
chdir: "{{ service_dir }}"
when: repo.changed
- name: Copy security.txt
- name: Copy Matrix static files
copy:
src: "{{ role_path }}/files/security.txt"
dest: "{{ service_dir }}/security.txt"
src: "{{ role_path }}/files/matrix/"
dest: "{{ service_dir }}/matrix/"
- name: Copy docker compose file
template:
src: "{{ role_path }}/templates/docker-compose.yml.j2"