zuul-base-jobs/playbooks/base/pre.yaml
Monty Taylor e78dab260b
Add ensure-output-dirs to base jobs
In support of the base job log/artifact/docs fetching rework, add
ensure-output-dirs to the sample base jobs as well.

Change-Id: I65241452e93cf7a8c85ea30035f806da78240050
2019-01-04 20:24:01 +00:00

14 lines
414 B
YAML

- hosts: all
roles:
- add-build-sshkey
- prepare-workspace
# This role ensures basic connectivity and produces some
# helpful information in zuul-info/
- validate-host
# This role ensures standard output directories are created
# on each remote node
- ensure-output-dirs
# This roles copies the ansible inventory to zuul-info/
# for debugging purposes
- log-inventory