forked from ISTI-ansible-roles/ansible-roles
d4science-ghn-cluster: Install the spatialite fix into the production geoserver spatial too.
This commit is contained in:
parent
637a420b6d
commit
e1d61ac8c9
|
@ -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' ]
|
||||
|
||||
|
|
Loading…
Reference in New Issue