Skip to content

Commit

Permalink
when --step isn't specified make sure to print the banner
Browse files Browse the repository at this point in the history
  • Loading branch information
skvidal committed Mar 11, 2013
1 parent 7687c2c commit a7a083d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/ansible/callbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,8 @@ def on_task_start(self, name, is_conditional):
print banner(msg)
else:
self.skip_task = True

else:
print banner(msg)

call_callback_module('playbook_on_task_start', name, is_conditional)

Expand Down

0 comments on commit a7a083d

Please sign in to comment.