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:
commit
f87ac5ce29
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue