From 9c095b72b9e93f4363fcee493323313c4445c17d Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Fri, 9 Nov 2012 13:09:20 +0100 Subject: Add parameterized playbook includes Also makes with_* work with them. Fixes #1162. --- test/playbook-includer.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/playbook-includer.yml (limited to 'test/playbook-includer.yml') diff --git a/test/playbook-includer.yml b/test/playbook-includer.yml new file mode 100644 index 0000000000..a3804211fe --- /dev/null +++ b/test/playbook-includer.yml @@ -0,0 +1,8 @@ +--- +- include: playbook-included.yml variable=foobar +- include: playbook-included.yml variable=foofoo +- include: playbook-included.yml variable=$item + with_items: + - foo + - bar + - baz -- cgit v1.2.3