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

Merge pull request #2841 from jimi1283/issue_2820

BUGFIX - --start-at-task= works only with --step
This commit is contained in:
Michael DeHaan 2013-05-05 09:47:15 -07:00
commit f87ac5ce29

View file

@ -554,6 +554,7 @@ class PlaybookCallbacks(object):
else:
self.skip_task = True
else:
self.skip_task = False
display(banner(msg))
call_callback_module('playbook_on_task_start', name, is_conditional)