mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-26 21:59:38 -07:00
This commit moves code to look for vars files/dirs to a common place and uses it for loading role defaults/vars. This allows things such as 'defaults/main' or 'vars/main' being a directory in a role, allowing splitting of defaults/vars into multiple files. This commit also fixes the role loading unit tests for py3 when bytestrings are used for paths instead of utf8 strings. This fixes #14248 and #11639. |
||
|---|---|---|
| .. | ||
| 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 | ||