From 5eb25a48ee801239c7f9462d32fb123328c7dc3d Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Tue, 14 Jul 2015 12:05:20 -0400 Subject: [PATCH] added empty include test --- test/integration/roles/test_includes/tasks/empty.yml | 0 test/integration/test_includes2.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 test/integration/roles/test_includes/tasks/empty.yml diff --git a/test/integration/roles/test_includes/tasks/empty.yml b/test/integration/roles/test_includes/tasks/empty.yml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/test/integration/test_includes2.yml b/test/integration/test_includes2.yml index 9e8331ee180..1b15682d70f 100644 --- a/test/integration/test_includes2.yml +++ b/test/integration/test_includes2.yml @@ -14,9 +14,9 @@ - { role: test_includes, tags: test_includes } tasks: - include: roles/test_includes/tasks/not_a_role_task.yml + - include: roles/test_includes/tasks/empty.yml - assert: that: - "ca == 33000" - "cb == 33001" - "cc == 33002" -