mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-03-31 22:34:15 +02:00
Solved escaping error
This commit is contained in:
parent
96f96ebe77
commit
dfa740456f
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user