base: 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: Ifde08514047903b2679f5f57e5ef93c4b57274e3
This commit is contained in:
James E. Blair 2019-06-10 09:02:49 -07:00
parent 92e74a5d0c
commit 3ac2ed93d6
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: