Add v before version

This commit is contained in:
Dryusdan 2021-03-17 15:42:36 +01:00
parent 0f8911cd77
commit cb21698292
2 changed files with 2 additions and 2 deletions

View File

@ -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 }}"

View File

@ -40,7 +40,7 @@
"portal": {
"url": "{{item.custom_portal}}",
"version": "~1.0.0"
}
},
{% endif %}
"logging": {
"path": "/var/log/ghost/{{ item.name }}/",