mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 18:29:21 +00:00 
			
		
		
		
	Optimized path building
This commit is contained in:
		| @@ -2,6 +2,6 @@ | ||||
| - name:         copy imprint.html | ||||
|   template: | ||||
|     src:        "imprint.html.j2"  | ||||
|     dest:       "{{NGINX.DIRECTORIES.DATA.HTML}}imprint.html" | ||||
|     dest:       "{{ [ NGINX.DIRECTORIES.DATA.HTML, 'imprint.html' ] | path_join }}" | ||||
|     owner:      "{{ NGINX.USER }}" | ||||
|     group:      "{{ NGINX.USER }}" | ||||
		Reference in New Issue
	
	Block a user