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' ]