summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/strategy_linear/roles/role2/tasks/main.yml
blob: 81e041e1acfb581517b3b269d4052b57d101d560 (plain)
1
2
3
4
5
6
7
- block:
    - block:
      - name: Nested task 1
        debug: msg="Nested task 1"

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