From 6b7e6468fa2a9674889f5b408f86145d760c65f8 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Mon, 5 Sep 2016 07:11:16 +0100 Subject: [PATCH] Ensure that repo build arch grouping always runs The initial repo build task must always run, otherwise it will cause failures when trying to use tags when executing the repo build. Change-Id: I5e057f5843c65320c9d3f6f14f6414d504997b61 --- playbooks/repo-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/repo-build.yml b/playbooks/repo-build.yml index 7e4c7b69a4..a5ffce0516 100644 --- a/playbooks/repo-build.yml +++ b/playbooks/repo-build.yml @@ -20,7 +20,7 @@ group_by: key: repo_servers_{{ ansible_architecture }} tags: - - "repo-build" + - always # repo_all[0] is built last to ensure it has all build artifacts for final indexing - name: Build new repo packages for a given release