ansible/test/integration/targets/strategy_linear/roles/role2/tasks/main.yml
Martin Krizek 274fea3f5f Backport: Fix nested noop block padding in dynamic includes (#40182)
* Fix nested noop block padding in dynamic includes (#38814)

* Fix nested noop block padding in dynamic includes

* Address issues from the review

* Fix typo

(cherry picked from commit 5dd8977cfa)

* Add changelog/fragment for 38814
2018-05-15 15:04:28 -04: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"