WIP: matrix
This commit is contained in:
parent
cb861223ea
commit
b638cd7310
21 changed files with 249 additions and 14 deletions
|
@ -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"
|
||||
|
|
Reference in a new issue