From 4e7a7e6cd886069f1799342c387066591dd192fd Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Fri, 24 Nov 2023 20:41:31 +0100 Subject: [PATCH] Inform that apply task was prepared (#698) Signed-off-by: Christian Berendt --- osism/commands/apply.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/osism/commands/apply.py b/osism/commands/apply.py index ffeaae87..f10c4a0b 100644 --- a/osism/commands/apply.py +++ b/osism/commands/apply.py @@ -164,6 +164,10 @@ def handle_role( timeout, task_timeout, ): + logger.info( + "Task was prepared for execution. It takes a moment until the task has been started and output is visible here." + ) + # There is a special playbook ceph-ceph which should be called # with ceph. Therefore, the environment is set explicitly in # this case.