summaryrefslogtreecommitdiffstats
path: root/xci/playbooks/roles
diff options
context:
space:
mode:
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>2017-09-18 09:37:16 +0200
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>2017-09-18 09:37:16 +0200
commitf01ab9c5f970f8974f9f37bf5f5d966952f63dc7 (patch)
treef7d8107ac345b811bd797d75f386d73891df11f9 /xci/playbooks/roles
parente2ea3110c72884b495721101bb7cdf49c8bf4e52 (diff)
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 <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'xci/playbooks/roles')
-rw-r--r--xci/playbooks/roles/remove-folders/tasks/main.yml1
1 files changed, 1 insertions, 0 deletions
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 }}"