Run the imagebuild post playbook on all hosts

The "primary" host is an artifact of legacy playbooks. It does not exist
in new zuul v3 jobs, and thus the publish does not happen. We probably
need to rework the whole job again one day, but for now use hosts:all.

Change-Id: I398e3b2b36795c7773afc27ead08d70eee0069ed
This commit is contained in:
Dmitry Tantsur 2019-03-01 18:57:50 +01:00
parent 5b6bf0b6c8
commit dd300fe49e
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
- hosts: primary
- hosts: all
tasks:
- name: Ensure artifacts directory exists