diff --git a/roles/srv-web-7-7-inj-css/templates/location.conf.j2 b/roles/srv-web-7-7-inj-css/templates/location.conf.j2 index 6cbd34c1..d204c4d4 100644 --- a/roles/srv-web-7-7-inj-css/templates/location.conf.j2 +++ b/roles/srv-web-7-7-inj-css/templates/location.conf.j2 @@ -1,3 +1,3 @@ location = /global.css { - root {{NGINX.DIRECTORIES.DATA.CDN}}; + root {{ NGINX.DIRECTORIES.DATA.CDN }}; } \ No newline at end of file diff --git a/roles/srv-web-7-7-inj-css/vars/main.yml b/roles/srv-web-7-7-inj-css/vars/main.yml index 83b491f6..125b53a2 100644 --- a/roles/srv-web-7-7-inj-css/vars/main.yml +++ b/roles/srv-web-7-7-inj-css/vars/main.yml @@ -1,4 +1,4 @@ -global_css_destination: "{{NGINX.DIRECTORIES.DATA.CDN}}global.css" +global_css_destination: "{{ NGINX.DIRECTORIES.DATA.CDN }}global.css" global_css_base_color: "{{ design.css.colors.base }}" global_css_count: 7 global_css_shades: 100 \ No newline at end of file