ansible/test/integration/targets/play_iterator/playbook.yml
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

10 lines
147 B
YAML

---
- hosts: localhost
gather_facts: false
tasks:
- name:
debug:
msg: foo
- name: "task 2"
debug:
msg: bar