forked from ISTI-ansible-roles/ansible-roles
Change some labels.
This commit is contained in:
parent
8ddf7dd9d9
commit
35a3336f2d
|
@ -22,7 +22,7 @@
|
|||
notify: Restart smartgears
|
||||
when: grsf_api_download is changed
|
||||
|
||||
- name: Copy the GRSF publisher under the webapps directory
|
||||
- name: Copy the GRSF api war file into the webapps directory
|
||||
copy: src={{ smartgears_downloads_dir }}/{{ grsf_api_file }} dest={{ smartgears_instance_path }}/webapps/{{ grsf_api_name }}.{{ grsf_api_extension }} remote_src=yes force=yes
|
||||
notify: Restart smartgears
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
notify: Restart smartgears
|
||||
when: grsf_updater_download is changed
|
||||
|
||||
- name: Copy the GRSF publisher under the webapps directory
|
||||
- name: Copy the GRSF services updater war file into the webapps directory
|
||||
copy: src={{ smartgears_downloads_dir }}/{{ grsf_services_updater_file }} dest={{ smartgears_instance_path }}/webapps/{{ grsf_services_updater_name }}.{{ grsf_services_updater_extension }} remote_src=yes force=yes
|
||||
notify: Restart smartgears
|
||||
|
||||
|
|
Loading…
Reference in New Issue