1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/units/mock
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 Add empty-init code-smell script. (#18406) 2016-11-07 15:02:13 -08:00
loader.py Allow loading dirs from role defaults/vars (#36357) 2018-04-10 17:14:38 -04:00
path.py mock_unfrackpath_noop: handle follow parameter (#26662) 2017-07-12 10:13:25 -05:00
procenv.py Update module_utils.six to latest (#22855) 2017-03-23 13:35:05 -07:00
vault_helper.py Support multiple vault passwords (#22756) 2017-07-28 15:20:58 -04:00
yaml_helper.py Update module_utils.six to latest (#22855) 2017-03-23 13:35:05 -07:00