mirror of https://github.com/ansible/ansible.git
Since we removed the (undocumented) playbook include + with_items code, fix the tests to
compensate.pull/2646/head
parent
c5d9823467
commit
e8085ad40c
@ -1,8 +1,4 @@
|
||||
---
|
||||
- include: playbook-included.yml variable=foobar
|
||||
- include: playbook-included.yml variable=foofoo
|
||||
- include: playbook-included.yml variable=$item
|
||||
with_items:
|
||||
- foo
|
||||
- bar
|
||||
- baz
|
||||
- include: playbook-included.yml variable=foo
|
||||
|
Loading…
Reference in New Issue