added empty include test
parent
22165dd046
commit
5eb25a48ee
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue