ea68aa68f7
This matches the change already made the job config. Also, sync the ignore_errors from base. Change-Id: Ia0da319ac022c6d3bc9387616029d0bca997effb
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
|