From 2a9835bc7f31c4cffaedc6d6ef2c3ac73c4ea21e Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Tue, 7 May 2019 12:31:44 +0200 Subject: [PATCH] removed smartgears and tomcat tags, added gfeed_service tag --- smartgears/gcat_controller_plugin/tasks/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/smartgears/gcat_controller_plugin/tasks/main.yml b/smartgears/gcat_controller_plugin/tasks/main.yml index 45083785..7fd8ca11 100644 --- a/smartgears/gcat_controller_plugin/tasks/main.yml +++ b/smartgears/gcat_controller_plugin/tasks/main.yml @@ -1,12 +1,12 @@ --- - block: - - name: Remove the old igcat controller plugin + - name: Remove the old gcat controller plugin file: dest={{ smartgears_instance_path }}/webapps/{{ gfeed_service_name }}/WEB-INF/lib/plugins/{{ gcat_controller_plugin_name }} state=absent become: True become_user: '{{ smartgears_user }}' when: not gcat_controller_plugin_install - tags: [ 'smartgears', 'gcat_plugin', 'tomcat' ] + tags: [ 'gcat_plugin', 'gfeed_service' ] - block: - name: Get the gcat plugin gfeed uber jar @@ -40,5 +40,5 @@ become: True become_user: '{{ smartgears_user }}' when: gcat_controller_plugin_install - tags: [ 'smartgears', 'gcat_plugin', 'tomcat' ] + tags: [ 'gcat_plugin', 'gfeed_service' ]