summaryrefslogtreecommitdiffstats
path: root/xci/playbooks/configure-localhost.yml
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2018-05-17 09:43:11 +0100
committerMarkos Chandras <mchandras@suse.de>2018-05-17 09:43:11 +0100
commitb411c747d04856c33ba5382baaaae94415d647b7 (patch)
tree7b2694afb594f6800f775726d7a78e48a68aa47b /xci/playbooks/configure-localhost.yml
parent02f2ee5f3f047f6ee5f4e570a0cb5599460de0a5 (diff)
xci: Wipe repositories at the beginning of the deployment
We should not wipe the repositories in the localhost playbooks since it makes it somewhat hard to debug problems. We should do that at the beginning of the deployment to ensure that we start without any stale git data. Change-Id: I70b2ac77284a9ca304d6aa68dbf1654f59260dc4 Signed-off-by: Markos Chandras <mchandras@suse.de>
Diffstat (limited to 'xci/playbooks/configure-localhost.yml')
-rw-r--r--xci/playbooks/configure-localhost.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/xci/playbooks/configure-localhost.yml b/xci/playbooks/configure-localhost.yml
index 5f091c92..5b64c785 100644
--- a/xci/playbooks/configure-localhost.yml
+++ b/xci/playbooks/configure-localhost.yml
@@ -25,7 +25,6 @@
state: absent
recurse: no
with_items:
- - "{{ xci_cache }}/repos"
- "{{ log_path }} "
- "{{ opnfv_ssh_host_keys_path }}"