From b94a2c5b969611c347f7f849262da6c4343643ba Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Mon, 30 Mar 2020 09:59:19 -0500 Subject: [PATCH] Update project-config in manage-projects If we're going to trigger this from project-config, we should make sure it updates project-config as a first step. Currently it's counting on having run after service-review in run_all.sh. Change-Id: I14ce9b42af533c742128ce87cda8c8fb897632e4 --- playbooks/manage-projects.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/playbooks/manage-projects.yaml b/playbooks/manage-projects.yaml index 18666f0bb9..e6262c88c9 100644 --- a/playbooks/manage-projects.yaml +++ b/playbooks/manage-projects.yaml @@ -1,5 +1,7 @@ -- hosts: "localhost:!disabled" - name: "Clone project-config for gitea-git-repos lookup" +# Run on localhost for lookup plugins, on review/review-dev +# because manage-projects runs remotely. +- hosts: "localhost:review:review-dev:!disabled" + name: "Clone project-config for projects list" strategy: free connection: local tasks: