Add support for customizing Synapse templates

This commit is contained in:
Slavi Pantaleev
2023-02-17 19:37:34 +02:00
parent 9775218850
commit 5df89a44b3
7 changed files with 159 additions and 2 deletions

View File

@ -76,10 +76,11 @@
community.docker.docker_image:
name: "{{ matrix_synapse_docker_image_customized }}"
source: build
force_source: "{{ matrix_synapse_docker_image_customized_force_source }}"
build:
dockerfile: Dockerfile
path: "{{ matrix_synapse_customized_docker_src_files_path }}"
pull: true
nocache: "{{ matrix_synapse_docker_image_customized_build_nocache }}"
- name: Check if a Synapse signing key exists
ansible.builtin.stat: