mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-12-28 11:40:25 +00:00
Move self-building git repository URLs to variables (stop hardcoding)
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
||||
- name: Ensure matrix-registration repository is present when self-building
|
||||
git:
|
||||
repo: "{{ matrix_registration_docker_repo }}"
|
||||
repo: "{{ matrix_registration_container_image_self_build_repo }}"
|
||||
dest: "{{ matrix_registration_docker_src_files_path }}"
|
||||
version: "{{ matrix_registration_version }}"
|
||||
force: "yes"
|
||||
|
||||
Reference in New Issue
Block a user