ansible/test/units/playbook
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
..
role Allow loading dirs from role defaults/vars (#36357) 2018-04-10 17:14:38 -04:00
__init__.py
test_attribute.py test/: PEP8 compliancy (#24803) 2017-05-30 18:05:19 +01:00
test_base.py less confusing 'args' message (#29053) 2017-09-06 18:20:06 -04:00
test_block.py test/: PEP8 compliancy (#24803) 2017-05-30 18:05:19 +01:00
test_conditional.py Fix invalid string escape sequences. 2017-11-21 10:03:34 -08:00
test_helpers.py test/: PEP8 compliancy (#24803) 2017-05-30 18:05:19 +01:00
test_included_file.py fixed test to new sig 2018-01-04 11:20:56 -05:00
test_play.py PEP 8 W291 whitespace cleanup. 2017-01-27 17:08:02 -08:00
test_play_context.py Fix undefined variables, basestring usage, and some associated python3 issues 2017-07-25 15:58:23 -07:00
test_playbook.py test/: PEP8 compliancy (#24803) 2017-05-30 18:05:19 +01:00
test_taggable.py test/: PEP8 compliancy (#24803) 2017-05-30 18:05:19 +01:00
test_task.py Fix redundant yaml error blurbs on ModArgs parse errors (#36923) 2018-03-19 10:55:29 -04:00