summaryrefslogtreecommitdiffstats
path: root/test/blockincludes.yml
blob: 5bea9be334e4e8df2652d0f906280cf5ebf10bcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
- hosts: webservers
  vars:
    varset: varset
  tasks:
    - block:
        - include: nestedincludes.yml tags=nested
        - block:
            - include: "{{ varnotset }}.yml"
            - block:
                - include: "{{ varset }}.yml"
                - block:
                    - include: "directory with spaces/main.yml"