ソースを参照

[HOOKSHOT] Fix yamllint

pull/1728/head
Arthur Brugière 4年前
committed by GitHub
コミット
cfd8a9c0f8
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更4行の追加4行の削除
  1. +4
    -4
      roles/matrix-bridge-hookshot/tasks/setup_install.yml

+ 4
- 4
roles/matrix-bridge-hookshot/tasks/setup_install.yml ファイルの表示

@@ -9,9 +9,9 @@
mode: 0750
owner: "{{ matrix_user_username }}"
group: "{{ matrix_user_groupname }}"
with_items:
- { path: "{{ matrix_hookshot_base_path }}", when: true }
- { path: "{{ matrix_hookshot_docker_src_files_path }}", when: "{{ matrix_hookshot_container_image_self_build }}" }
with_items:
- {path: "{{ matrix_hookshot_base_path }}", when: true}
- {path: "{{ matrix_hookshot_docker_src_files_path }}", when: "{{ matrix_hookshot_container_image_self_build }}"}
when: item.when|bool

- name: Ensure hookshot image is pulled
@@ -44,7 +44,7 @@
build:
dockerfile: Dockerfile
path: "{{ matrix_hookshot_docker_src_files_path }}"
pull: yes
pull: true
when: "matrix_hookshot_container_image_self_build|bool"

- name: Check if hookshot passkey exists


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