library/roles/smartgears/gcubeapp-setup/templates/gcube-app.xml.j2: Fix a wrong variable.

This commit is contained in:
Andrea Dell'Amico 2017-05-09 17:11:14 +02:00
parent 88a3dc0bcf
commit 64a3476e0b
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<group>{{ item.1.webapp_group }}</group>
<version>{{ item.1.version }}</version>
{% if item.1.description is defined %}
<description location="{{ item.1.description }}"/>
<description> "{{ item.1.description }}" </description>
{% endif %}
{% if item.1.persistence_location is defined %}
<persistence location="{{ item.1.persistence_location }}"/>