fef2b11ebd
This already exists in the OpenStack base job. Protects against failures removing the ssh key failing an otherwise successful job. Change-Id: Id358403f6543d4ca7ddc0795807ef9a89840881d
11 lines
210 B
YAML
11 lines
210 B
YAML
- 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
|