From 35a3336f2dd92347e25a1727052184478820a06c Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Tue, 7 Aug 2018 12:45:19 +0200 Subject: [PATCH] Change some labels. --- smartgears/grsf_api/tasks/main.yml | 2 +- smartgears/grsf_services_updater/tasks/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/smartgears/grsf_api/tasks/main.yml b/smartgears/grsf_api/tasks/main.yml index c796fd10..5dc74348 100644 --- a/smartgears/grsf_api/tasks/main.yml +++ b/smartgears/grsf_api/tasks/main.yml @@ -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 diff --git a/smartgears/grsf_services_updater/tasks/main.yml b/smartgears/grsf_services_updater/tasks/main.yml index 073408e4..75625759 100644 --- a/smartgears/grsf_services_updater/tasks/main.yml +++ b/smartgears/grsf_services_updater/tasks/main.yml @@ -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