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
This commit is contained in:
Monty Taylor 2020-03-30 13:53:03 -05:00
parent 5d4c597fa8
commit 771e401001

View File

@ -25,3 +25,5 @@
include_role:
name: gerrit
tasks_from: manage-projects
vars:
gerrit_manage_projects_args: "-v"