system-config/playbooks/zuul/run-base-pre.yaml

13 lines
278 B
YAML

- hosts: all
roles:
- ensure-tox
- multi-node-known-hosts
- copy-build-sshkey
- use-docker-mirror
tasks:
- include_role:
name: use-buildset-registry
vars:
buildset_registry_docker_user: root
when: buildset_registry is defined