diff --git a/src/utils/steps_utils.py b/src/utils/steps_utils.py index a2fbd26..34cf80c 100644 --- a/src/utils/steps_utils.py +++ b/src/utils/steps_utils.py @@ -138,7 +138,8 @@ def run_steps(linux_machine: LinuxMachine, steps: dict): f"skipping...") continue - logging.info(f"Running step {index + 1}/{len(steps)} for LXC {linux_machine.id}...") + logging.info( + f"Running step {index + 1}/{len(steps)} for LXC {linux_machine.id}...\n {step['warning'] if 'warning' in step else ''}") # Run command step match step['type']: