ansible/test/integration/targets/strategy_linear/roles/role2/tasks/main.yml
Martin Krizek 5dd8977cfa Fix nested noop block padding in dynamic includes (#38814)
* Fix nested noop block padding in dynamic includes

* Address issues from the review

* Fix typo
2018-04-26 15:14:31 -05:00

7 lines
149 B
YAML

- block:
- block:
- name: Nested task 1
debug: msg="Nested task 1"
- name: Nested task 2
debug: msg="Nested task 2"