Commit e8085ad4 by Michael DeHaan

Since we removed the (undocumented) playbook include + with_items code, fix the tests to

compensate.
parent c5d98234
...@@ -201,7 +201,7 @@ class TestPlaybook(unittest.TestCase): ...@@ -201,7 +201,7 @@ class TestPlaybook(unittest.TestCase):
"localhost": { "localhost": {
"changed": 0, "changed": 0,
"failures": 0, "failures": 0,
"ok": 10, "ok": 6,
"skipped": 0, "skipped": 0,
"unreachable": 0 "unreachable": 0
} }
......
--- ---
- include: playbook-included.yml variable=foobar - include: playbook-included.yml variable=foobar
- include: playbook-included.yml variable=foofoo - include: playbook-included.yml variable=foofoo
- include: playbook-included.yml variable=$item - include: playbook-included.yml variable=foo
with_items:
- foo
- bar
- baz
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment