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:
parent
b95f12ed8f
commit
fef2b11ebd
@ -3,5 +3,8 @@
|
|||||||
- fetch-output
|
- fetch-output
|
||||||
|
|
||||||
- hosts: all
|
- hosts: all
|
||||||
|
# NOTE(pabelanger): We ignore_errors for the following tasks as not to fail
|
||||||
|
# successful jobs.
|
||||||
|
ignore_errors: yes
|
||||||
roles:
|
roles:
|
||||||
- remove-build-sshkey
|
- remove-build-sshkey
|
||||||
|
@ -3,5 +3,8 @@
|
|||||||
- fetch-output
|
- fetch-output
|
||||||
|
|
||||||
- hosts: all
|
- hosts: all
|
||||||
|
# NOTE(pabelanger): We ignore_errors for the following tasks as not to fail
|
||||||
|
# successful jobs.
|
||||||
|
ignore_errors: yes
|
||||||
roles:
|
roles:
|
||||||
- remove-build-sshkey
|
- remove-build-sshkey
|
||||||
|
Loading…
Reference in New Issue
Block a user