Commit 5eb25a48 by Brian Coca

added empty include test

parent 22165dd0
...@@ -14,9 +14,9 @@ ...@@ -14,9 +14,9 @@
- { role: test_includes, tags: test_includes } - { role: test_includes, tags: test_includes }
tasks: tasks:
- include: roles/test_includes/tasks/not_a_role_task.yml - include: roles/test_includes/tasks/not_a_role_task.yml
- include: roles/test_includes/tasks/empty.yml
- assert: - assert:
that: that:
- "ca == 33000" - "ca == 33000"
- "cb == 33001" - "cb == 33001"
- "cc == 33002" - "cc == 33002"
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