Commit f87ac5ce by Michael DeHaan

Merge pull request #2841 from jimi1283/issue_2820

BUGFIX - --start-at-task= works only with --step
parents 9ed177e2 2440861b
...@@ -554,6 +554,7 @@ class PlaybookCallbacks(object): ...@@ -554,6 +554,7 @@ class PlaybookCallbacks(object):
else: else:
self.skip_task = True self.skip_task = True
else: else:
self.skip_task = False
display(banner(msg)) display(banner(msg))
call_callback_module('playbook_on_task_start', name, is_conditional) call_callback_module('playbook_on_task_start', name, is_conditional)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment