Fix playbook includes so tags are obeyed (v2)

This commit is contained in:
James Cammarata
2015-05-11 12:48:03 -05:00
parent daf533c80e
commit 7b1c6fbab9
3 changed files with 11 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
- hosts: localhost
gather_facts: no
tags:
- included
tasks:
- debug: msg="incuded playbook, variable is {{a}}"

View File

@@ -0,0 +1,2 @@
- include: included_playbook.yml a=1
tags: include