Browse Source

Merge pull request #5874 from mtnbikenc/fix-5675

Remove 'Not Started' status from playbook checkpoint
Scott Dodson 7 years ago
parent
commit
d645b81d0a

+ 0 - 5
roles/installer_checkpoint/callback_plugins/installer_checkpoint.py

@@ -166,11 +166,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)