Fix a typo in the sis_geotk_dt_plugin role.

This commit is contained in:
Andrea Dell'Amico 2017-09-14 17:43:36 +02:00
parent 603cc237be
commit 29e43c5498
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
when: (sis_geotk_download | changed)
- name: Copy the Sis geotk data transfer plugin to its final destination
copy: src={{ smartgears_downloads_dir }}/{{ sis_geotk_dt_plugin_file }} dest={{ smartgears_instance_path }}/webapps/{{ smart_executor_name }}/WEB-INF/lib/{{ sis_geotk_dt_plugin_file }} remote_src=yes force=yes
copy: src={{ smartgears_downloads_dir }}/{{ sis_geotk_dt_plugin_file }} dest={{ smartgears_instance_path }}/webapps/{{ data_trasfer_service_name }}/WEB-INF/lib/{{ sis_geotk_dt_plugin_file }} remote_src=yes force=yes
notify: Restart smartgears
become: True