Use correct hosts set in post playbooks

Missed in the transition to Zuul v3, there is no longer a legacy
host named "primary" in the Ansible inventory (this was provided for
compatibility with pre-v3 Nodepool multi-node topologies). Switch to
specifying "all" for the applicable hosts in post playbooks, as
there is only one remote node for these jobs anyway so which one
they run on is irrelevant.

Change-Id: I1d66828fd7e9f6c8f4062caa0a794657331e2159
This commit is contained in:
Jeremy Stanley 2020-02-26 15:08:33 +00:00
parent 948ad9297a
commit f8fbdd16bb
2 changed files with 2 additions and 2 deletions

View File

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

View File

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