forked from ISTI-ansible-roles/ansible-roles
library/roles/smartgears/gcubeapp-setup/templates/gcube-app.xml.j2: Fix a wrong variable.
This commit is contained in:
parent
88a3dc0bcf
commit
64a3476e0b
|
@ -4,7 +4,7 @@
|
||||||
<group>{{ item.1.webapp_group }}</group>
|
<group>{{ item.1.webapp_group }}</group>
|
||||||
<version>{{ item.1.version }}</version>
|
<version>{{ item.1.version }}</version>
|
||||||
{% if item.1.description is defined %}
|
{% if item.1.description is defined %}
|
||||||
<description location="{{ item.1.description }}"/>
|
<description> "{{ item.1.description }}" </description>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if item.1.persistence_location is defined %}
|
{% if item.1.persistence_location is defined %}
|
||||||
<persistence location="{{ item.1.persistence_location }}"/>
|
<persistence location="{{ item.1.persistence_location }}"/>
|
||||||
|
|
Loading…
Reference in New Issue