Revert "Docker: use the buildset registry if defined"

This reverts commit 3fa0c21024.

It makes more sense to put this in jobs that know about the
intermediate registry.

Change-Id: I2f64b3a0a7cf66b76597c607b5bee06189c8a321
This commit is contained in:
James E. Blair 2019-03-08 12:49:18 -08:00
parent 3fa0c21024
commit 71101557ba
1 changed files with 0 additions and 5 deletions

View File

@ -1,8 +1,3 @@
- hosts: all
roles:
- install-docker
tasks:
- name: Configure buildset registry
when: buildset_registry is defined
include_role:
name: use-buildset-registry