瀏覽代碼
Update roles/custom/matrix-dimension/tasks/setup_install.yml: fix capitalization
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4044/head
Suguru Hirahara
1 年之前
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: E4F9743DAB4B7B75
共有
1 個檔案被更改,包括
1 行新增 和
1 行删除
-
roles/custom/matrix-dimension/tasks/setup_install.yml
|
|
|
@@ -105,7 +105,7 @@ |
|
|
|
delay: "{{ devture_playbook_help_container_retries_delay }}" |
|
|
|
until: matrix_dimension_pull_results is not failed |
|
|
|
|
|
|
|
- name: Ensure dimension repository is present on self-build |
|
|
|
- name: Ensure Dimension repository is present on self-build |
|
|
|
ansible.builtin.git: |
|
|
|
repo: "{{ matrix_dimension_container_image_self_build_repo }}" |
|
|
|
dest: "{{ matrix_dimension_docker_src_files_path }}" |
|
|
|
|