ansible/changelogs/fragments/68569-start-at-fix.yaml
David Shrewsbury af44bd4ddd
Fix --start-at-task when skipping tasks with no name (#68951)
Using --start-at-task on a playbook with tasks with no name would fail
if those unnamed tasks were encountered before the targetted start task.
2020-04-21 09:39:17 +02:00

3 lines
96 B
YAML

bugfixes:
- Using --start-at-task would fail when it attempted to skip over tasks with no name.