From f2585fa171f17fd13c4b3e4ccc6fa67863a62891 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Mon, 6 Jan 2025 09:09:46 +0200 Subject: [PATCH] Adjust matrix-synapse-s3-storage-provider-migrate.{service,timer} permissions Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3917 --- .../tasks/ext/s3-storage-provider/setup_install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/custom/matrix-synapse/tasks/ext/s3-storage-provider/setup_install.yml b/roles/custom/matrix-synapse/tasks/ext/s3-storage-provider/setup_install.yml index 384f16815..ede73ec9a 100644 --- a/roles/custom/matrix-synapse/tasks/ext/s3-storage-provider/setup_install.yml +++ b/roles/custom/matrix-synapse/tasks/ext/s3-storage-provider/setup_install.yml @@ -43,7 +43,7 @@ ansible.builtin.template: src: "{{ role_path }}/templates/synapse/ext/s3-storage-provider/systemd/{{ item }}.j2" dest: "{{ devture_systemd_docker_base_systemd_path }}/{{ item }}" - mode: 0640 + mode: 0644 with_items: - matrix-synapse-s3-storage-provider-migrate.service - matrix-synapse-s3-storage-provider-migrate.timer