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