mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-11-04 09:08:56 +01:00 
			
		
		
		
	Fix mxisd -> ma1sd file copying
When the playbook executes on a remote host (as it usually does), we need to explicitly say `src` is a remote file and not relative to the playbook.
This commit is contained in:
		@@ -52,6 +52,7 @@
 | 
			
		||||
- name: Copy mxisd data files to ma1sd folder
 | 
			
		||||
  copy:
 | 
			
		||||
    src: "{{ item }}"
 | 
			
		||||
    remote_src: true
 | 
			
		||||
    dest: "{{ matrix_ma1sd_data_path }}/"
 | 
			
		||||
    mode: "preserve"
 | 
			
		||||
    owner: "{{ matrix_user_username }}"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user