mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
added empty include test
This commit is contained in:
parent
22165dd046
commit
5eb25a48ee
2 changed files with 1 additions and 1 deletions
0
test/integration/roles/test_includes/tasks/empty.yml
Normal file
0
test/integration/roles/test_includes/tasks/empty.yml
Normal file
|
@ -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 a new issue