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:
parent
827559d011
commit
ea68aa68f7
@ -1,3 +0,0 @@
|
||||
- hosts: all
|
||||
roles:
|
||||
- remove-build-sshkey
|
10
playbooks/base-minimal/post.yaml
Normal file
10
playbooks/base-minimal/post.yaml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user