ansible/lib/ansible
James Cammarata 078ebb0dec Don't re-inject become* variables as it causes problems when templating is involved
Prior to 75b6f61, we strictly limited variables we re-injected. After that
patch however, we re-injected everything which causes problems under certain
circumstances. For now, we'll continue to filter out some properties of
PlayContext for re-injection.

Fixes #14352
2016-02-22 17:09:58 -05:00
..
cli removed signal trapping 2016-02-11 14:54:18 -05:00
compat Bundle a new version of python-six for compatibility along with some code to make it easy for distributions to override the bunndled copy if they have a new enough version. 2015-10-16 08:21:28 -07:00
config
errors Relocate use of ERROR to display class, to avoid doubling up 2016-01-19 12:10:39 -05:00
executor added specific info to deprecation message 2016-02-18 02:21:58 -08:00
galaxy Merge pull request #13203 from willthames/galaxy_10620 2016-02-17 08:41:29 -05:00
inventory better error when host inventory script isnt dict 2016-01-25 16:32:09 -05:00
module_utils fixed mount sizes for linux 2016-02-20 14:46:18 -05:00
modules Update submodule refs 2016-02-11 13:12:57 -08:00
new_inventory fix some warning of undefined name. 2015-10-09 12:43:42 +08:00
parsing better error messages when failing to decrypt 2016-02-18 08:57:28 -08:00
playbook Don't re-inject become* variables as it causes problems when templating is involved 2016-02-22 17:09:58 -05:00
plugins show task path on vv and above 2016-02-21 16:22:39 -05:00
template Catch TypeError on join, and if caught just return a single item, or a list of many 2016-02-20 16:17:58 -06:00
utils Improve efficiency of merge_hash 2016-02-18 16:03:11 +01:00
vars properly combine vars if merge is set 2016-02-12 00:55:17 -05:00
__init__.py Bump version in devel now that stable-2.0 has been branched 2015-12-02 17:57:53 +05:30
constants.py Make --diff lines of context configurable 2016-02-19 12:18:09 +00:00
test-requirements.txt