mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-02 19:32:47 +00:00
added empty include test
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user