ansible-roles/smartgears/accounting_aggregator_se_pl.../tasks/main.yml

10 lines
424 B
YAML

---
- name: Get the accounting aggregator plugin and install it inside the smart executor
become: True
become_user: '{{ smartgears_user }}'
get_url: url={{ accounting_aggregator_se_plugin_url }} dest={{ smartgears_instance_path }}/webapps/{{ smart_executor_name }}/WEB-INF/lib
when: accounting_aggregator_se_plugin_install
notify: Restart smartgears
tags: [ 'smartgears', 'accounting_aggregator_se', 'tomcat' ]