base-test: Move log-inventory to localhost

This role is delegated to localhost and set to run_once, so it's
safe to run everywhere, however, if we use it that way, we don't
run it on nodeless jobs.  Instead, explicitly run it on localhost
so that it does run once in *all* cases.

Change-Id: I52aaf33ce68bbc2a07fabe3d84b0daffa6e70f26
This commit is contained in:
James E. Blair 2019-06-10 09:01:30 -07:00
parent f564d1c6a5
commit 92e74a5d0c
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,7 @@
roles:
- role: emit-job-header
zuul_log_url: "http://logs.openstack.org"
- log-inventory
- hosts: all
pre_tasks:
@ -17,7 +18,6 @@
- add-build-sshkey
- start-zuul-console
- ensure-output-dirs
- log-inventory
- hosts: all
roles: