瀏覽代碼

Move base bridge path

pull/5289/head
jasonlaguidice 2 月之前
父節點
當前提交
e00ab3fc55
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      roles/custom/matrix-bridge-rustpush/defaults/main.yml

+ 1
- 1
roles/custom/matrix-bridge-rustpush/defaults/main.yml 查看文件

@@ -18,7 +18,7 @@ matrix_rustpush_bridge_docker_image: "{{ matrix_rustpush_bridge_docker_image_reg
matrix_rustpush_bridge_docker_image_registry_prefix: "ghcr.io/"
matrix_rustpush_bridge_docker_image_force_pull: "{{ matrix_rustpush_bridge_docker_image.endswith(':latest') }}"

matrix_rustpush_bridge_base_path: "{{ matrix_base_data_path }}/rustpush-bridge"
matrix_rustpush_bridge_base_path: "{{ matrix_base_data_path }}/matrix-rustpush-bridge"
matrix_rustpush_bridge_config_path: "{{ matrix_rustpush_bridge_base_path }}/config"
matrix_rustpush_bridge_data_path: "{{ matrix_rustpush_bridge_base_path }}/data"
matrix_rustpush_bridge_docker_src_files_path: "{{ matrix_rustpush_bridge_base_path }}/docker-src"


Loading…
取消
儲存