ansible/test/playbook-includer.yml

9 lines
188 B
YAML
Raw Normal View History

---
- include: playbook-included.yml variable=foobar
- include: playbook-included.yml variable=foofoo
- include: playbook-included.yml variable=$item
with_items:
- foo
- bar
- baz