From b21db4a824714cac5a3e63de2fe5e2b9da592045 Mon Sep 17 00:00:00 2001 From: Russell Teague Date: Wed, 25 Oct 2017 08:22:36 -0400 Subject: Remove 'Not Started' status from playbook checkpoint Playbook status should only be reported for phases that have completed or which have been started. Reporting 'Not Started' could be confusing when running playbooks that do not have an 'installer phase'. Fixes #5675 --- roles/installer_checkpoint/callback_plugins/installer_checkpoint.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'roles/installer_checkpoint') diff --git a/roles/installer_checkpoint/callback_plugins/installer_checkpoint.py b/roles/installer_checkpoint/callback_plugins/installer_checkpoint.py index 25f9405af..4b15e3bbc 100644 --- a/roles/installer_checkpoint/callback_plugins/installer_checkpoint.py +++ b/roles/installer_checkpoint/callback_plugins/installer_checkpoint.py @@ -159,11 +159,6 @@ class CallbackModule(CallbackBase): self._display.display( '\tThis phase can be restarted by running: {}'.format( phase_attributes[phase]['playbook'])) - else: - # Phase was not found in custom stats - self._display.display( - '{}{}: {}'.format(phase_title, ' ' * padding, 'Not Started'), - color=C.COLOR_SKIP) self._display.display("", screen_only=True) -- cgit v1.2.1