when --step isn't specified make sure to print the banner
This commit is contained in:
parent
7687c2caf8
commit
a7a083d882
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue