13ff184bf8
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>
7 lines
168 B
YAML
7 lines
168 B
YAML
- hosts: all
|
|
# NOTE(pabelanger): We ignore_errors for the following tasks as not to fail
|
|
# successful jobs.
|
|
ignore_errors: yes
|
|
roles:
|
|
- remove-build-sshkey
|