forked from ISTI-ansible-roles/ansible-roles
library/roles/smartgears/grsf_publisher_ws/tasks/main.yml: Fix a typo.
This commit is contained in:
parent
67ede2004e
commit
ea729161be
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue