Add the geonetwork-connector role.

This commit is contained in:
Andrea Dell'Amico 2018-10-16 17:45:03 +02:00
parent 6c536c91ac
commit 6d92f1a157
1 changed files with 9 additions and 0 deletions

View File

@ -66,6 +66,15 @@
when: geonetwork_major_version >= 3
notify: tomcat instances restart
- name: Install the custom web.xml for the geonetwork. Only on version 3.2 right now
template: src={{ geonetwork_major_version }}.{{ geonetwork_point_version }}-web.xml.j2 dest={{ item.instance_path }}/webapps/{{ geonetwork_app_name | lower }}/WEB-INF/web.xml owner={{ item.user }} group={{ item.user }} mode=0440
with_items: '{{ tomcat_m_instances }}'
when:
- geonetwork_major_version == 3
- geonetwork_point_version == 2
notify: tomcat instances restart
tags: [ 'geonetwork', 'geonetwork_webxml' ]
when: geonetwork_install
tags: geonetwork