removed smartgears and tomcat tags, added gfeed_service tag

This commit is contained in:
Roberto Cirillo 2019-05-07 12:31:44 +02:00
parent 3826c28cf3
commit 2a9835bc7f
1 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
--- ---
- block: - 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 file: dest={{ smartgears_instance_path }}/webapps/{{ gfeed_service_name }}/WEB-INF/lib/plugins/{{ gcat_controller_plugin_name }} state=absent
become: True become: True
become_user: '{{ smartgears_user }}' become_user: '{{ smartgears_user }}'
when: not gcat_controller_plugin_install when: not gcat_controller_plugin_install
tags: [ 'smartgears', 'gcat_plugin', 'tomcat' ] tags: [ 'gcat_plugin', 'gfeed_service' ]
- block: - block:
- name: Get the gcat plugin gfeed uber jar - name: Get the gcat plugin gfeed uber jar
@ -40,5 +40,5 @@
become: True become: True
become_user: '{{ smartgears_user }}' become_user: '{{ smartgears_user }}'
when: gcat_controller_plugin_install when: gcat_controller_plugin_install
tags: [ 'smartgears', 'gcat_plugin', 'tomcat' ] tags: [ 'gcat_plugin', 'gfeed_service' ]