Procházet zdrojové kódy

[HOOKSHOT] Fix yamllint

pull/1728/head
Arthur Brugière před 4 roky
committed by GitHub
rodič
revize
cfd8a9c0f8
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. +4
    -4
      roles/matrix-bridge-hookshot/tasks/setup_install.yml

+ 4
- 4
roles/matrix-bridge-hookshot/tasks/setup_install.yml Zobrazit soubor

@@ -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


Načítá se…
Zrušit
Uložit