Optimized path building

This commit is contained in:
2025-09-30 16:36:28 +02:00
parent 0d99c7f297
commit 1d5a50abf2

View File

@@ -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 }}"