Skip to content

Commit

Permalink
we do not use geoserver
Browse files Browse the repository at this point in the history
  • Loading branch information
kayiwa committed Jan 18, 2024
1 parent 8f8b2fa commit 54831df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/molecule_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- freetds
# - friends_of_pul
- geaccirc
- geoserver
# - geoserver
- hr_share
- imagemagick
- kakadu
Expand Down
2 changes: 2 additions & 0 deletions roles/geoserver/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
ansible.builtin.service:
name: tomcat9
state: stopped
when: running_on_server
changed_when: false

- name: geoserver | unarchive war file
ansible.builtin.unarchive:
src: "{{ geoserver_url }}/{{ geoserver_version }}/{{ geoserver_file }}"
dest: /var/lib/tomcat9/webapps
remote_src: true
when: running_on_server
notify:
- restart tomcat
changed_when: false
Expand Down

0 comments on commit 54831df

Please sign in to comment.