From 59f84f00db1c6be614bb713c055b13cf9502f8bd Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Fri, 6 Sep 2019 07:06:44 -0700 Subject: [PATCH] Switch to prepare-workspace-git role This role is a slightly more advanced version of both use-cached-repos and mirror-workspace-git-repos. It seems that we just forgot to switch to it? Change-Id: I658d0dbab315b290eab56b0581424d2df4a1e1cf --- playbooks/base/pre.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/playbooks/base/pre.yaml b/playbooks/base/pre.yaml index f3558eb..ea4e8fa 100644 --- a/playbooks/base/pre.yaml +++ b/playbooks/base/pre.yaml @@ -30,8 +30,7 @@ - hosts: all roles: - validate-host - - use-cached-repos - - mirror-workspace-git-repos + - prepare-workspace-git - mirror-info - role: configure-mirrors set_apt_mirrors_trusted: True