1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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

This commit is contained in:
Seth Vidal 2013-03-11 09:48:32 -04:00
parent 7687c2caf8
commit a7a083d882

View file

@ -476,7 +476,8 @@ class PlaybookCallbacks(object):
print banner(msg) print banner(msg)
else: else:
self.skip_task = True self.skip_task = True
else:
print banner(msg)
call_callback_module('playbook_on_task_start', name, is_conditional) call_callback_module('playbook_on_task_start', name, is_conditional)