From a4151de37ae34b97be6df4a040ccb17ff407a3e1 Mon Sep 17 00:00:00 2001 From: Tristan Cacqueray Date: Jun 16 2020 12:36:17 +0000 Subject: base: always start the zuul-console This change prevents `Waiting for logger` message. --- diff --git a/playbooks/base/pre.yaml b/playbooks/base/pre.yaml index d9eb45d..1475208 100644 --- a/playbooks/base/pre.yaml +++ b/playbooks/base/pre.yaml @@ -11,6 +11,7 @@ - hosts: all tasks: + - include_role: name=start-zuul-console - block: - include_role: name=validate-host - include_role: name=prepare-workspace