mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	Implemented correct template for collabora
This commit is contained in:
		| @@ -1,3 +1,9 @@ | ||||
| - name: "generate {{ domains | get_domain(application_id) }}.conf" | ||||
|   template: | ||||
|     src: "nginx.conf.j2" | ||||
|     dest: "{{ NGINX.DIRECTORIES.HTTP.SERVERS }}{{ domains | get_domain(application_id) }}.conf" | ||||
|   notify: restart openresty | ||||
|  | ||||
| - name: Update Collabora systemplate to include new fonts | ||||
|   command: "{{ COLLABORA_DOCKER_CONF_EXEC }} update-system-template" | ||||
|   register: collabora_fonts | ||||
|   | ||||
		Reference in New Issue
	
	Block a user