Merge "Rename base-minimal/post-ssh to base-minimal/post"
This commit is contained in:
commit
ae75b7f8c5
@ -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…
Reference in New Issue
Block a user