forked from ISTI-ansible-roles/ansible-roles
library/roles/smartgears/accounting_aggregator_se_plugin/tasks/main.yml: Fix a typo in a task description.
This commit is contained in:
parent
5dd9e01fd3
commit
962105f7f5
|
@ -33,7 +33,7 @@
|
|||
maven_artifact: artifact_id={{ accounting_aggregator_se_plugin_name }} version={{ accounting_aggregator_se_plugin_version }} group_id={{ accounting_aggregator_se_plugin_group_id }} extension={{ accounting_aggregator_se_plugin_extension }} repository_url={{ smartgears_global_base_url }} dest={{ smartgears_instance_path }}/webapps/{{ smart_executor_name }}/WEB-INF/lib/plugins/{{ accounting_aggregator_se_plugin_name }} keep_name=yes
|
||||
notify: Restart smartgears
|
||||
|
||||
- name: Remove the Sis geotk uber jar org and META-INF directories
|
||||
- name: Remove the accounting_aggregator uber jar org and META-INF directories
|
||||
file: dest={{ smartgears_instance_path }}/webapps/{{ smart_executor_name }}/WEB-INF/lib/plugins/{{ accounting_aggregator_se_plugin_name }}/{{ item }} state=absent
|
||||
with_items:
|
||||
- org
|
||||
|
|
Loading…
Reference in New Issue