run-base: configure docker mirrors on all hosts in CI

When setting up hosts for testing in CI, configure the docker
mirrors before running the base playbook.

Change-Id: I172ae87156238fa6a07414c74e1ca17df1a30257
This commit is contained in:
James E. Blair 2019-02-20 08:18:23 -08:00
parent bf2d53eb7d
commit dd011e1c7a
1 changed files with 7 additions and 0 deletions

View File

@ -3,3 +3,10 @@
- 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