Skip to content

Commit

Permalink
Add example playbook files for include in block
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Roth committed Dec 19, 2016
1 parent 0405f78 commit c28eff3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/include-in-block-inner.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---

- block:
- include: simpletask.yml
tags: ['foo']
5 changes: 5 additions & 0 deletions test/include-in-block.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
- hosts: all

tasks:
- include: include-in-block-inner.yml

0 comments on commit c28eff3

Please sign in to comment.