ignore_errors for post-ssh.yaml

Currently we are not using any static nodes in nodepool / zuul, so
deleting our current SSH keys on the remote node should be best
effort.  This should help successful jobs from no longer failing when
we cannot delete SSH keys.

Change-Id: I3dc94182e55e0be6ea118008d492d0da8e462a65
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-01-24 19:26:52 -05:00
parent ad40365e3b
commit 13ff184bf8
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,6 @@
- hosts: all
# NOTE(pabelanger): We ignore_errors for the following tasks as not to fail
# successful jobs.
ignore_errors: yes
roles:
- remove-build-sshkey

View File

@ -1,3 +1,6 @@
- hosts: all
# NOTE(pabelanger): We ignore_errors for the following tasks as not to fail
# successful jobs.
ignore_errors: yes
roles:
- remove-build-sshkey