소스 검색

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 년 전
부모
커밋
c202091063
No known key found for this signature in database GPG 키 ID: E4F9743DAB4B7B75
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      roles/custom/matrix-dimension/tasks/setup_install.yml

+ 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 }}"


불러오는 중...
취소
저장