library/roles/smartgears/grsf_publisher_ws/tasks/main.yml: Fix a typo.

This commit is contained in:
Andrea Dell'Amico 2018-01-11 18:36:23 +01:00
parent 67ede2004e
commit ea729161be
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@
notify: Restart smartgears
when: ( grsf_publisher_download | changed )
- name: Unarchive the grsf_publisher_ws war
copy: src={{ smartgears_downloads_dir }}/{{ grsf_publisher_ws_file }} dest={{ smartgears_instance_path }}/webapps/{{ grsf_publisher_ws_name }}. {{ grsf_publisher_ws_extension }} remote_src=yes force=yes
- name: Copy the GRSF publisher under the webapps directory
copy: src={{ smartgears_downloads_dir }}/{{ grsf_publisher_ws_file }} dest={{ smartgears_instance_path }}/webapps/{{ grsf_publisher_ws_name }}.{{ grsf_publisher_ws_extension }} remote_src=yes force=yes
notify: Restart smartgears
become: True