ソースを参照

Fix use of undefined variable `matrix_authentication_service_container_image_name_prefix`

pull/4167/head
Slavi Pantaleev 1年前
コミット
5287b8ddeb
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      roles/custom/matrix-authentication-service/defaults/main.yml

+ 1
- 1
roles/custom/matrix-authentication-service/defaults/main.yml ファイルの表示

@@ -563,7 +563,7 @@ matrix_authentication_service_syn2mas_dry_run: false


# renovate: datasource=docker depName=ghcr.io/element-hq/matrix-authentication-service/syn2mas # renovate: datasource=docker depName=ghcr.io/element-hq/matrix-authentication-service/syn2mas
matrix_authentication_service_syn2mas_version: 0.14.1 matrix_authentication_service_syn2mas_version: 0.14.1
matrix_authentication_service_syn2mas_container_image: "{{ matrix_authentication_service_container_image_name_prefix }}element-hq/matrix-authentication-service/syn2mas:{{ matrix_authentication_service_syn2mas_version }}"
matrix_authentication_service_syn2mas_container_image: "{{ matrix_authentication_service_syn2mas_container_image_name_prefix }}element-hq/matrix-authentication-service/syn2mas:{{ matrix_authentication_service_syn2mas_version }}"
matrix_authentication_service_syn2mas_container_image_name_prefix: "{{ 'localhost/' if matrix_authentication_service_container_image_self_build else 'ghcr.io/' }}" matrix_authentication_service_syn2mas_container_image_name_prefix: "{{ 'localhost/' if matrix_authentication_service_container_image_self_build else 'ghcr.io/' }}"
matrix_authentication_service_syn2mas_container_image_force_pull: "{{ matrix_authentication_service_syn2mas_container_image.endswith(':latest') }}" matrix_authentication_service_syn2mas_container_image_force_pull: "{{ matrix_authentication_service_syn2mas_container_image.endswith(':latest') }}"




読み込み中…
キャンセル
保存