Ignore errors on ssh key removal

This already exists in the OpenStack base job. Protects against
failures removing the ssh key failing an otherwise successful job.

Change-Id: Id358403f6543d4ca7ddc0795807ef9a89840881d
This commit is contained in:
Monty Taylor 2019-01-07 14:06:12 +00:00
parent b95f12ed8f
commit fef2b11ebd
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
2 changed files with 6 additions and 0 deletions

View File

@ -3,5 +3,8 @@
- 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

View File

@ -3,5 +3,8 @@
- 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