diff --git a/tasks/main.yml b/tasks/main.yml index 209fe46..ace78e9 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -37,7 +37,7 @@ - name: "Download Ghost" get_url: - url: "https://github.com/TryGhost/Ghost/releases/download/{{ version }}/Ghost-{{ version }}.zip" + url: "https://github.com/TryGhost/Ghost/releases/download/v{{ version }}/Ghost-{{ version }}.zip" dest: "{{ item.home }}/ghost-latest.zip" mode: 0440 loop: "{{ ghost }}" diff --git a/templates/config.production.json.j2 b/templates/config.production.json.j2 index 1eea7fc..d3241b9 100644 --- a/templates/config.production.json.j2 +++ b/templates/config.production.json.j2 @@ -40,7 +40,7 @@ "portal": { "url": "{{item.custom_portal}}", "version": "~1.0.0" - } + }, {% endif %} "logging": { "path": "/var/log/ghost/{{ item.name }}/",