diff --git a/test/TestPlayBook.py b/test/TestPlayBook.py index e2dfcd8634c..c85f62262f4 100644 --- a/test/TestPlayBook.py +++ b/test/TestPlayBook.py @@ -201,7 +201,7 @@ class TestPlaybook(unittest.TestCase): "localhost": { "changed": 0, "failures": 0, - "ok": 10, + "ok": 6, "skipped": 0, "unreachable": 0 } diff --git a/test/playbook-includer.yml b/test/playbook-includer.yml index a3804211fee..3677a6093de 100644 --- a/test/playbook-includer.yml +++ b/test/playbook-includer.yml @@ -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