fix: remove references to user from 0003_immich
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Infrastructure / Check and run Ansbile playbooks (push) Successful in 4m31s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Infrastructure / Check and run Ansbile playbooks (push) Successful in 4m31s
				
			This commit is contained in:
		| @@ -25,14 +25,14 @@ | ||||
|  | ||||
|     - name: Replace Typesense secret | ||||
|       ansible.builtin.replace: | ||||
|         path: "{{ user.home }}/{{ app }}/.env" | ||||
|         path: "$HOME/{{ app }}/.env" | ||||
|         regexp: "TYPESENSE_API_KEY_VALUE" | ||||
|         replace: | ||||
|           "{{ lookup('infisical.vault.read_secrets', project_id=infisical_project, env_slug='prod', | ||||
|           path='/photos', secret_name='TYPESENSE_API_KEY')['value'] }}" | ||||
|     - name: Replace DB secret | ||||
|       ansible.builtin.replace: | ||||
|         path: "{{ user.home }}/{{ app }}/.env" | ||||
|         path: "$HOME/{{ app }}/.env" | ||||
|         regexp: "DB_PASSWORD_VALUE" | ||||
|         replace: | ||||
|           "{{ lookup('infisical.vault.read_secrets', project_id=infisical_project, env_slug='prod', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user