add geoserver crosslayer extension tasks

feature/25109
Roberto Cirillo 11 months ago
parent 923da570a3
commit 18b8d64645

@ -15,13 +15,13 @@
when: ansible_distribution_release == "trusty"
when: geoserver_crosslayer_extension
tags: [ 'geoserver', 'geoserver_crossfilter' ]
tags: [ 'geoserver', 'geoserver_crosslayer' ]
- block:
- name: Remove the crossfilter extension if not needed
file: path={{ item.instance_path }}/webapps/{{ geoserver_app_name | lower }}/WEB-INF/lib/gs-querylayer-2.10.5.jar state=absent
with_items: '{{ tomcat_m_instances }}'
when: not geoserver_spatial_install
tags: [ 'geoserver', 'spatialite' ]
when: not geoserver_crosslayer_extension
tags: [ 'geoserver', 'geoserver_crosslayer']

Loading…
Cancel
Save