mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 12:47:39 +01:00
[HOOKSHOT] Fix yamllint
This commit is contained in:
parent
b3176957c3
commit
cfd8a9c0f8
@ -10,8 +10,8 @@
|
|||||||
owner: "{{ matrix_user_username }}"
|
owner: "{{ matrix_user_username }}"
|
||||||
group: "{{ matrix_user_groupname }}"
|
group: "{{ matrix_user_groupname }}"
|
||||||
with_items:
|
with_items:
|
||||||
- { path: "{{ matrix_hookshot_base_path }}", when: true }
|
- {path: "{{ matrix_hookshot_base_path }}", when: true}
|
||||||
- { path: "{{ matrix_hookshot_docker_src_files_path }}", when: "{{ matrix_hookshot_container_image_self_build }}" }
|
- {path: "{{ matrix_hookshot_docker_src_files_path }}", when: "{{ matrix_hookshot_container_image_self_build }}"}
|
||||||
when: item.when|bool
|
when: item.when|bool
|
||||||
|
|
||||||
- name: Ensure hookshot image is pulled
|
- name: Ensure hookshot image is pulled
|
||||||
@ -44,7 +44,7 @@
|
|||||||
build:
|
build:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
path: "{{ matrix_hookshot_docker_src_files_path }}"
|
path: "{{ matrix_hookshot_docker_src_files_path }}"
|
||||||
pull: yes
|
pull: true
|
||||||
when: "matrix_hookshot_container_image_self_build|bool"
|
when: "matrix_hookshot_container_image_self_build|bool"
|
||||||
|
|
||||||
- name: Check if hookshot passkey exists
|
- name: Check if hookshot passkey exists
|
||||||
|
Loading…
Reference in New Issue
Block a user