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:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user