More changes to base job

Change-Id: Id262a6d334b45ccc6b35c1a168d7d6ce3a589296
diff --git a/playbooks/base/post-ssh.yaml b/playbooks/base/post-ssh.yaml
index d793838..cc0fe07 100644
--- a/playbooks/base/post-ssh.yaml
+++ b/playbooks/base/post-ssh.yaml
@@ -1,3 +1,4 @@
 - hosts: all
+  ignore_errors: yes
   roles:
     - remove-build-sshkey
diff --git a/playbooks/base/pre.yaml b/playbooks/base/pre.yaml
index a5a3f4f..a3b0572 100644
--- a/playbooks/base/pre.yaml
+++ b/playbooks/base/pre.yaml
@@ -1,4 +1,5 @@
 - hosts: all
   roles:
     - add-build-sshkey
+    - start-zuul-console
     - prepare-workspace