From 7e69f2f8ea00819d95f46ca45931f78ed01b8f2c Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Wed, 7 Mar 2018 10:20:00 -0500 Subject: [PATCH] Fix lint issue with emit-job-header role This is breaking project-config, and some reason we didn't catch it in testing. We should look into why that is. Change-Id: I994484cdb28297fdff8c52ccf7455733584cd8ae Signed-off-by: Paul Belanger --- roles/emit-job-header/tasks/main.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/emit-job-header/tasks/main.yaml b/roles/emit-job-header/tasks/main.yaml index 24668b782..7d08bf666 100644 --- a/roles/emit-job-header/tasks/main.yaml +++ b/roles/emit-job-header/tasks/main.yaml @@ -1,7 +1,8 @@ # We don't want this to run for every host, it should only run once. - run_once: yes block: - - include_role: + - name: Setup log path fact + include_role: name: set-zuul-log-path-fact - name: Print job information