forked from ISTI-ansible-roles/ansible-roles
library/roles/smartgears/social_data_indexer_se_plugin/tasks/main.yml: Fix the task description.
This commit is contained in:
parent
439038df06
commit
f0fb4584df
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
- name: Get the couchdb cache se plugin and install it inside the smart executor
|
- name: Get the social indexer plugin and install it inside the smart executor
|
||||||
become: True
|
become: True
|
||||||
become_user: '{{ smartgears_user }}'
|
become_user: '{{ smartgears_user }}'
|
||||||
get_url: url={{ social_data_indexer_se_plugin_url }} dest={{ smartgears_instance_path }}/webapps/{{ smart_executor_name }}/WEB-INF/lib
|
get_url: url={{ social_data_indexer_se_plugin_url }} dest={{ smartgears_instance_path }}/webapps/{{ smart_executor_name }}/WEB-INF/lib
|
||||||
|
|
Loading…
Reference in New Issue