Remove pre playbook from opendev-build-docker-image

This playbook only installed docker, but that's already handled
by the parent job's pre-playbook.  This ended up overwriting the
buildset registry configuration.

Change-Id: I8b9fc34e4c1dd045248f6065a31afb975f2f9aae
This commit is contained in:
James E. Blair 2019-02-22 11:35:48 -08:00
parent 3c0baa2c57
commit c0b74ae5c7
2 changed files with 0 additions and 4 deletions

View File

@ -1,3 +0,0 @@
- hosts: all
roles:
- install-docker

View File

@ -182,7 +182,6 @@
Analog of build-docker-image job, but with a buildset registry.
.. include:: ../../playbooks/docker-image/README.rst
pre-run: playbooks/docker-image/pre.yaml
run: playbooks/docker-image/run.yaml
provides: docker-image
requires: docker-image