mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-01-16 05:03:10 +01:00
Adjust matrix-synapse-s3-storage-provider-migrate.{service,timer} permissions
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3917
This commit is contained in:
parent
9dbac589d6
commit
f2585fa171
@ -43,7 +43,7 @@
|
|||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: "{{ role_path }}/templates/synapse/ext/s3-storage-provider/systemd/{{ item }}.j2"
|
src: "{{ role_path }}/templates/synapse/ext/s3-storage-provider/systemd/{{ item }}.j2"
|
||||||
dest: "{{ devture_systemd_docker_base_systemd_path }}/{{ item }}"
|
dest: "{{ devture_systemd_docker_base_systemd_path }}/{{ item }}"
|
||||||
mode: 0640
|
mode: 0644
|
||||||
with_items:
|
with_items:
|
||||||
- matrix-synapse-s3-storage-provider-migrate.service
|
- matrix-synapse-s3-storage-provider-migrate.service
|
||||||
- matrix-synapse-s3-storage-provider-migrate.timer
|
- matrix-synapse-s3-storage-provider-migrate.timer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user