mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Solved escaping error
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
- name: generate {{domains[application_id]}}.conf
|
||||
- name: "generate {{domains[application_id]}}.conf"
|
||||
template:
|
||||
src: "nginx.conf.j2"
|
||||
dest: "{{nginx.directories.http.servers}}{{domains[application_id]}}.conf"
|
||||
|
@@ -1,5 +1,5 @@
|
||||
---
|
||||
- name: generate {{domains[application_id]}}.conf
|
||||
- name: "generate {{domains[application_id]}}.conf"
|
||||
template:
|
||||
src: "nginx.conf.j2"
|
||||
dest: "{{nginx.directories.http.servers}}{{domains[application_id]}}.conf"
|
||||
|
Reference in New Issue
Block a user