Commit a7a083d8 by Seth Vidal

when --step isn't specified make sure to print the banner

parent 7687c2ca
......@@ -476,7 +476,8 @@ class PlaybookCallbacks(object):
print banner(msg)
else:
self.skip_task = True
else:
print banner(msg)
call_callback_module('playbook_on_task_start', name, is_conditional)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment