mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
* Ensure include_role unit tests check something
This is not the case: get_tasks_vars doesn't yield
* Fix include_role unit tests
Since
|
||
|---|---|---|
| .. | ||
| role | ||
| __init__.py | ||
| test_attribute.py | ||
| test_base.py | ||
| test_block.py | ||
| test_conditional.py | ||
| test_helpers.py | ||
| test_included_file.py | ||
| test_play.py | ||
| test_play_context.py | ||
| test_playbook.py | ||
| test_taggable.py | ||
| test_task.py | ||