From 71101557bacc6d67a13b447297c49527c2477632 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Fri, 8 Mar 2019 12:49:18 -0800 Subject: [PATCH] Revert "Docker: use the buildset registry if defined" This reverts commit 3fa0c21024844d501f72dccfb14782b3c9bff79f. It makes more sense to put this in jobs that know about the intermediate registry. Change-Id: I2f64b3a0a7cf66b76597c607b5bee06189c8a321 --- playbooks/docker-image/pre.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/playbooks/docker-image/pre.yaml b/playbooks/docker-image/pre.yaml index 3bc338d28..52f5b5b26 100644 --- a/playbooks/docker-image/pre.yaml +++ b/playbooks/docker-image/pre.yaml @@ -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