Fix #36: Update samba file permissions in playbook (#40)
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Infrastructure / Check and run Ansbile playbooks (push) Successful in 2m50s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Infrastructure / Check and run Ansbile playbooks (push) Successful in 2m50s
				
			Reviewed-on: #40
This commit is contained in:
		| @@ -33,3 +33,12 @@ | |||||||
|       ansible.builtin.command: docker compose up -d |       ansible.builtin.command: docker compose up -d | ||||||
|       args: |       args: | ||||||
|         chdir: "{{ user.home }}/{{ app }}" |         chdir: "{{ user.home }}/{{ app }}" | ||||||
|  |  | ||||||
|  |     - name: Update samba permissions | ||||||
|  |       ansible.builtin.file: | ||||||
|  |         path: /mnt/share/samba | ||||||
|  |         state: directory | ||||||
|  |         recurse: true | ||||||
|  |         owner: debian | ||||||
|  |         group: debian | ||||||
|  |       become: true | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user