File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 5
5
# classifier: "war"
6
6
7
7
geoserver_war_url : " https://repo.osgeo.org/repository/release/org/geoserver/web/gs-web-app/2.19.2/gs-web-app-2.19.2.war"
8
+ geoserver_war_sha1sum : " sha1:db9ce038fb2bea7c67a7012bb338c1447260a2b0"
8
9
9
10
# URLs to extensions as .zip
10
11
# Must be compatible with the geoserver version
Original file line number Diff line number Diff line change 47
47
file : path="{{ tomcat_deploy_dir }}/{{ war_filename }}.war" state=absent
48
48
49
49
- name : download from maven repo {{ war_url }}
50
- get_url : url={{ war_url }} dest="{{ tomcat_deploy_dir }}/{{ war_filename }}.war" force=true timeout=60
50
+ get_url : url={{ war_url }} dest="{{ tomcat_deploy_dir }}/{{ war_filename }}.war" checksum="{{ war_checksum | default('') }}" force=true timeout=60
51
51
when : war_local_build is not defined
52
52
notify :
53
53
- restart tomcat
You can’t perform that action at this time.
0 commit comments