mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
when --step isn't specified make sure to print the banner
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user