mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-10-09 18:28:10 +02: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