forked from ISTI-ansible-roles/ansible-roles
Configuration to deploy the gcat service.
This commit is contained in:
parent
493e59fb1f
commit
73648cf4c1
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
- block:
|
- block:
|
||||||
- name: Remove the old catalogue ws files
|
- name: Remove the old gcat catalogue ws files
|
||||||
file: path={{ item }} state=absent
|
file: path={{ item }} state=absent
|
||||||
with_items:
|
with_items:
|
||||||
- '{{ smartgears_instance_path }}/webapps/{{ gcat_name }}'
|
- '{{ smartgears_instance_path }}/webapps/{{ gcat_name }}'
|
||||||
|
|
Loading…
Reference in New Issue