Skip to content

Commit

Permalink
Inform that apply task was prepared (#698)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <berendt@osism.tech>
  • Loading branch information
berendt authored Nov 24, 2023
1 parent cf57d92 commit 4e7a7e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions osism/commands/apply.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4e7a7e6

Please sign in to comment.