forked from ISTI-ansible-roles/ansible-roles
Revert the gcube-app workaround, the real problem was found.
This commit is contained in:
parent
23ccb5f29b
commit
e25582c61e
|
@ -7,7 +7,7 @@
|
|||
<description> {{ item.description }} </description>
|
||||
{% endif %}
|
||||
{% if item.persistence_location is defined %}
|
||||
<{{ item.persistence_label | default ('persistence') }} location="{{ item.persistence_location }}"/>
|
||||
<persistence location="{{ item.persistence_location }}"/>
|
||||
{% endif %}
|
||||
{% if item.exclude_handlers is defined %}
|
||||
{% for eh in item.exclude_handlers %}
|
||||
|
|
Loading…
Reference in New Issue