From 771e401001eaf381f27053341f17700e12dbb1d6 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Mon, 30 Mar 2020 13:53:03 -0500 Subject: [PATCH] Log manage-projects to stdout If we're gonna run this from zuul instead of from cron, output to stdout so that the output will be captured in zuul logs. Change-Id: I7228cacfb47834a32b803031ebe104ba02d09c40 --- playbooks/manage-projects.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/manage-projects.yaml b/playbooks/manage-projects.yaml index e6262c88c9..ffec2f1e72 100644 --- a/playbooks/manage-projects.yaml +++ b/playbooks/manage-projects.yaml @@ -25,3 +25,5 @@ include_role: name: gerrit tasks_from: manage-projects + vars: + gerrit_manage_projects_args: "-v"