mirror of
https://github.com/vale981/matrix-docker-ansible-deploy
synced 2025-03-06 10:21:40 -05:00
Merge pull request #1260 from aaronraimist/self-build
Pull correct version when self building Mautrix Facebook and Synapse Admin
This commit is contained in:
commit
1c9124e3b7
2 changed files with 2 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
||||||
git:
|
git:
|
||||||
repo: "{{ matrix_mautrix_facebook_container_image_self_build_repo }}"
|
repo: "{{ matrix_mautrix_facebook_container_image_self_build_repo }}"
|
||||||
dest: "{{ matrix_mautrix_facebook_docker_src_files_path }}"
|
dest: "{{ matrix_mautrix_facebook_docker_src_files_path }}"
|
||||||
# version: "{{ matrix_coturn_docker_image.split(':')[1] }}"
|
version: "{{ matrix_mautrix_facebook_docker_image.split(':')[1] }}"
|
||||||
force: "yes"
|
force: "yes"
|
||||||
register: matrix_mautrix_facebook_git_pull_results
|
register: matrix_mautrix_facebook_git_pull_results
|
||||||
when: "matrix_mautrix_facebook_container_image_self_build|bool"
|
when: "matrix_mautrix_facebook_container_image_self_build|bool"
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
git:
|
git:
|
||||||
repo: "{{ matrix_synapse_admin_container_self_build_repo }}"
|
repo: "{{ matrix_synapse_admin_container_self_build_repo }}"
|
||||||
dest: "{{ matrix_synapse_admin_docker_src_files_path }}"
|
dest: "{{ matrix_synapse_admin_docker_src_files_path }}"
|
||||||
|
version: "{{ matrix_synapse_admin_docker_image.split(':')[1] }}"
|
||||||
force: "yes"
|
force: "yes"
|
||||||
register: matrix_synapse_admin_git_pull_results
|
register: matrix_synapse_admin_git_pull_results
|
||||||
when: "matrix_synapse_admin_enabled|bool and matrix_synapse_admin_container_self_build|bool"
|
when: "matrix_synapse_admin_enabled|bool and matrix_synapse_admin_container_self_build|bool"
|
||||||
|
|
Loading…
Add table
Reference in a new issue