Rename base-minimal/post-ssh to base-minimal/post

This matches the change already made the job config.

Also, sync the ignore_errors from base.

Change-Id: Ia0da319ac022c6d3bc9387616029d0bca997effb
This commit is contained in:
Monty Taylor 2019-01-07 14:32:19 +00:00
parent 827559d011
commit ea68aa68f7
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +0,0 @@
- hosts: all
roles:
- remove-build-sshkey

View File

@ -0,0 +1,10 @@
- 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