From ea68aa68f79e93124f7f58a8f4c785c49a4d8bb0 Mon Sep 17 00:00:00 2001
From: Monty Taylor <mordred@inaugust.com>
Date: Mon, 7 Jan 2019 14:32:19 +0000
Subject: [PATCH] Rename base-minimal/post-ssh to base-minimal/post

This matches the change already made the job config.

Also, sync the ignore_errors from base.

Change-Id: Ia0da319ac022c6d3bc9387616029d0bca997effb
---
 playbooks/base-minimal/post-ssh.yaml |  3 ---
 playbooks/base-minimal/post.yaml     | 10 ++++++++++
 2 files changed, 10 insertions(+), 3 deletions(-)
 delete mode 100644 playbooks/base-minimal/post-ssh.yaml
 create mode 100644 playbooks/base-minimal/post.yaml

diff --git a/playbooks/base-minimal/post-ssh.yaml b/playbooks/base-minimal/post-ssh.yaml
deleted file mode 100644
index d793838ce6..0000000000
--- a/playbooks/base-minimal/post-ssh.yaml
+++ /dev/null
@@ -1,3 +0,0 @@
-- hosts: all
-  roles:
-    - remove-build-sshkey
diff --git a/playbooks/base-minimal/post.yaml b/playbooks/base-minimal/post.yaml
new file mode 100644
index 0000000000..0318870c31
--- /dev/null
+++ b/playbooks/base-minimal/post.yaml
@@ -0,0 +1,10 @@
+- hosts: all
+  roles:
+    - fetch-output
+
+- hosts: all
+  # NOTE(pabelanger): We ignore_errors for the following tasks as not to fail
+  # successful jobs.
+  ignore_errors: yes
+  roles:
+    - remove-build-sshkey