forked from ISTI-ansible-roles/ansible-roles
gcube-app: Remove the double quotes around the description.
This commit is contained in:
parent
8e536a431f
commit
694bf22832
|
@ -4,7 +4,7 @@
|
|||
<group>{{ item.webapp_group }}</group>
|
||||
<version>{{ item.version }}</version>
|
||||
{% if item.description is defined %}
|
||||
<description> "{{ item.description }}" </description>
|
||||
<description> {{ item.description }} </description>
|
||||
{% endif %}
|
||||
{% if item.persistence_location is defined %}
|
||||
<persistence location="{{ item.persistence_location }}"/>
|
||||
|
|
Loading…
Reference in New Issue