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