summaryrefslogtreecommitdiffstats
path: root/test/blockincludes2.yml
blob: 03d7a7599eba504d72e9817a3a27db98600d8c01 (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"
      rescue:
        - include: "{{ varset }}.yml"
      always:
        - include: "directory with spaces/main.yml"