mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	Refactored server roles for better readability
This commit is contained in:
		| @@ -8,7 +8,7 @@ | ||||
| - name: "generate {{ domain }}.conf" | ||||
|   template: | ||||
|     src: "nginx.conf.j2" | ||||
|     dest: "{{ NGINX.DIRECTORIES.HTTP.SERVERS }}{{ domain }}.conf" | ||||
|     dest: "{{ [ NGINX.DIRECTORIES.HTTP.SERVERS, domain ~ '.conf'] | path_join }}" | ||||
|   notify: restart openresty | ||||
|  | ||||
| - name: Update Collabora systemplate to include new fonts | ||||
|   | ||||
		Reference in New Issue
	
	Block a user