fix config.json syntax (#22029)

This commit is contained in:
Elias 2018-02-21 14:41:43 +01:00
parent f15b1c785a
commit 619b0eff5d
2 changed files with 3 additions and 3 deletions

View File

@ -10,13 +10,13 @@
- name : compile config.json
template:
src: templates/config.json.j2
dest: "/tmp/config.json.cfg"
dest: "/tmp/config.json"
- name: "Zips the {{wcs_skeleton_filename}} cook configuration bundle"
archive:
path:
- /tmp/site-options.cfg
- /tmp/config.json.cfg
- /tmp/config.json
dest: /tmp/{{wcs_skeleton_filename}}
format: zip

View File

@ -3,7 +3,7 @@
"theme": "publik-base"
},
"debug": {
"error_email": "{{wcs_error_email}}
"error_email": "{{wcs_error_email}}"
},
"language": {
"language": "{{wcs_language}}"