summaryrefslogtreecommitdiffstats
path: root/examples/include.yml
blob: 0e056ecd3a0e3e12e8704f050076575265a950bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
- hosts: bobbins


  pre_tasks:
    - include: tasks/x.yml

  roles:
    - hello
    - { role: morecomplex, t: z }

  tasks:
    - include: tasks/x.yml
    - include: tasks/x.yml y=z

  handlers:
    - include: handlers/y.yml

- include: play.yml