xci: Add main playbooks and files
[releng.git] / prototypes / xci / playbooks / roles / remove-folders / tasks / main.yml
1 ---
2 # SPDX-license-identifier: Apache-2.0
3 ##############################################################################
4 # Copyright (c) 2017 Ericsson AB and others.
5 # All rights reserved. This program and the accompanying materials
6 # are made available under the terms of the Apache License, Version 2.0
7 # which accompanies this distribution, and is available at
8 # http://www.apache.org/licenses/LICENSE-2.0
9 ##############################################################################
10 - name: cleanup leftovers of previous deployment
11   file:
12     path: "{{ item }}"
13     state: absent
14     recurse: no
15   with_items:
16     - "{{ OPNFV_RELENG_PATH }}"
17     - "{{ OPENSTACK_OSA_PATH }}"
18     - "{{ OPENSTACK_OSA_ETC_PATH }}"
19     - "{{ LOG_PATH }} "