From f01ab9c5f970f8974f9f37bf5f5d966952f63dc7 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Mon, 18 Sep 2017 09:37:16 +0200 Subject: Ensure XCI_DEVEL_ROOT is removed It is important to start with a clean XCI_DEVEL_ROOT in order to ensure the leftovers from the previous deployment doesn't result in successful or failed deployments due to not having it in sync with the latest updates. Change-Id: I00d77e1fc62cccda7920af3469af9d44247780f4 Signed-off-by: Fatih Degirmenci --- xci/playbooks/roles/remove-folders/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'xci/playbooks/roles') diff --git a/xci/playbooks/roles/remove-folders/tasks/main.yml b/xci/playbooks/roles/remove-folders/tasks/main.yml index 425b8dbf..cb81dae9 100644 --- a/xci/playbooks/roles/remove-folders/tasks/main.yml +++ b/xci/playbooks/roles/remove-folders/tasks/main.yml @@ -17,5 +17,6 @@ - "{{ OPENSTACK_BIFROST_PATH }}" - "{{ OPENSTACK_OSA_PATH }}" - "{{ OPENSTACK_OSA_ETC_PATH }}" + - "{{ XCI_DEVEL_ROOT }}" - "{{ LOG_PATH }} " - "{{ OPNFV_SSH_HOST_KEYS_PATH }}" -- cgit 1.2.3-korg