From 73648cf4c16cc781b33ea8107da438dd9a515548 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Fri, 7 Dec 2018 15:40:39 +0100 Subject: [PATCH] Configuration to deploy the gcat service. --- smartgears/gcat/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartgears/gcat/tasks/main.yml b/smartgears/gcat/tasks/main.yml index a7e1ada2..d25b3462 100644 --- a/smartgears/gcat/tasks/main.yml +++ b/smartgears/gcat/tasks/main.yml @@ -1,6 +1,6 @@ --- - block: - - name: Remove the old catalogue ws files + - name: Remove the old gcat catalogue ws files file: path={{ item }} state=absent with_items: - '{{ smartgears_instance_path }}/webapps/{{ gcat_name }}'