mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 04:37:36 +01:00
Fix yamllint-reported errors in matrix-dendrite
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2674
This commit is contained in:
parent
1b9a29fba6
commit
1649065a4d
@ -7,14 +7,16 @@
|
|||||||
owner: "{{ matrix_user_username }}"
|
owner: "{{ matrix_user_username }}"
|
||||||
group: "{{ matrix_user_groupname }}"
|
group: "{{ matrix_user_groupname }}"
|
||||||
with_items:
|
with_items:
|
||||||
- { path: "{{ matrix_dendrite_config_dir_path }}", when: true }
|
- path: "{{ matrix_dendrite_config_dir_path }}"
|
||||||
- { path: "{{ matrix_dendrite_bin_path }}", when: true }
|
when: true
|
||||||
- { path: "{{ matrix_dendrite_ext_path }}", when: true }
|
- path: "{{ matrix_dendrite_bin_path }}"
|
||||||
- { path: "{{ matrix_dendrite_nats_storage_path }}", when: true }
|
when: true
|
||||||
- {
|
- path: "{{ matrix_dendrite_ext_path }}"
|
||||||
path: "{{ matrix_dendrite_docker_src_files_path }}",
|
when: true
|
||||||
when: "{{ matrix_dendrite_container_image_self_build }}",
|
- path: "{{ matrix_dendrite_nats_storage_path }}"
|
||||||
}
|
when: true
|
||||||
|
- path: "{{ matrix_dendrite_docker_src_files_path }}"
|
||||||
|
when: "{{ matrix_dendrite_container_image_self_build }}"
|
||||||
when: "item.when | bool"
|
when: "item.when | bool"
|
||||||
|
|
||||||
# This will throw a Permission Denied error if already mounted using fuse
|
# This will throw a Permission Denied error if already mounted using fuse
|
||||||
|
Loading…
Reference in New Issue
Block a user