d4science-ghn-cluster: Install the spatialite fix into the production geoserver spatial too.

This commit is contained in:
Andrea Dell'Amico 2017-03-20 14:06:35 +01:00
parent 637a420b6d
commit e1d61ac8c9
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
get_url: url={{ item.1.url }} dest={{ item.0.instance_path }}/webapps/{{ geoserver_app_name }}/WEB-INF/lib/{{ item.1.file }} owner={{ item.0.user }} group={{ item.0.user }} force=yes
with_together:
- '{{ tomcat_m_instances }}'
- '{{ geoserver_patches_data | default ([]) }}'
- '{{ geoserver_patches_data | default (omit) }}'
notify: tomcat instances restart
tags: [ 'geoserver', 'geopatch' ]