geoserver connector: fix the tags.

This commit is contained in:
Andrea Dell'Amico 2017-11-29 15:34:21 +01:00
parent e07f621b4c
commit 72920a9848
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
become: True
become_user: '{{ smartgears_user }}'
when: not gcube_geoserver_connector_install
tags: [ 'smartgears', 'ckan', 'gcube_geoserver_connector', 'tomcat' ]
tags: [ 'smartgears', 'geoserver', 'gcube_geoserver_connector', 'tomcat' ]
- block:
- name: Get the gcube connector
@ -26,4 +26,4 @@
become: True
become_user: '{{ smartgears_user }}'
when: gcube_geoserver_connector_install
tags: [ 'smartgears', 'ckan', 'gcube_geoserver_connector', 'tomcat' ]
tags: [ 'smartgears', 'geoserver', 'gcube_geoserver_connector', 'tomcat' ]