mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
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…
Add table
Add a link
Reference in a new issue