diff --git a/smartgears/gcat/tasks/main.yml b/smartgears/gcat/tasks/main.yml index a7e1ada..d25b346 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 }}'