forked from ISTI-ansible-roles/ansible-roles
gcube-app.xml.j2: change 'persistence' with 'local-persistence'. That's controversial, I'm going to open a ticket about it.
This commit is contained in:
parent
39cf54e24a
commit
aaf93fdf2c
|
@ -7,7 +7,7 @@
|
|||
<description> {{ item.description }} </description>
|
||||
{% endif %}
|
||||
{% if item.persistence_location is defined %}
|
||||
<persistence location="{{ item.persistence_location }}"/>
|
||||
<local-persistence location="{{ item.persistence_location }}"/>
|
||||
{% endif %}
|
||||
{% if item.exclude_handlers is defined %}
|
||||
{% for eh in item.exclude_handlers %}
|
||||
|
|
Loading…
Reference in New Issue