mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-30 06:47:56 +01:00 
			
		
		
		
	Ensure git cloning when self-building is done with the matrix user, not root
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1749
This commit is contained in:
		| @@ -64,6 +64,8 @@ | ||||
|     repo: "{{ matrix_bot_honoroit_docker_repo }}" | ||||
|     dest: "{{ matrix_bot_honoroit_docker_src_files_path }}" | ||||
|     force: "yes" | ||||
|   become: true | ||||
|   become_user: "{{ matrix_user_username }}" | ||||
|   register: matrix_bot_honoroit_git_pull_results | ||||
|   when: "matrix_bot_honoroit_container_image_self_build|bool" | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user