ansible/test/units/playbook/role
Andrew Gaffney 95ce00ff00 Allow loading dirs from role defaults/vars (#36357)
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.
2018-04-10 17:14:38 -04:00
..
__init__.py
test_include_role.py Fix include_role unit tests (#31920) 2017-11-02 10:36:15 -05:00
test_role.py Allow loading dirs from role defaults/vars (#36357) 2018-04-10 17:14:38 -04:00