ansible/lib/ansible
Brian Coca 87969868d4 avoid persistent containers in attribute defaults
moved from the field attribute declaration and created a placeholder
which then is resolved in the field attribute class.

this is to avoid unwanted persistent of the defaults across objects which introduces
stealth bugs when multiple objects of the same kind are used in succession while
not overriding the default values.
2015-12-09 07:29:36 -08:00
..
cli adhoc does not load plugins by default 2015-12-08 06:37:57 -08:00
compat
config
errors Default msg param to AnsibleError to avoid serialization problems 2015-12-02 14:16:47 -05:00
executor Transform exceptions into ansible messages via to_unicode instead of str to avoid tracebacks. 2015-12-04 11:50:39 -08:00
galaxy Fix traceback because we're using display from another object that no 2015-11-11 12:19:00 -08:00
inventory simplified get_hosts code to have 1 retrun point 2015-12-05 10:10:25 -05:00
module_utils Merge remote-tracking branch 'ansible/devel' into issue_13438 2015-12-08 07:42:49 -08:00
modules Update submodule refs# 2015-12-04 09:57:06 -08:00
new_inventory
parsing Preserve original token when appending to _raw_params in parse_kv 2015-12-08 15:06:36 -05:00
playbook avoid persistent containers in attribute defaults 2015-12-09 07:29:36 -08:00
plugins clarified warning from tree callback 2015-12-09 07:29:12 -08:00
template keep string type filters as strings 2015-12-08 12:52:20 -08:00
utils Finish up plugin porting to global display 2015-11-11 10:44:23 -08:00
vars fix sorting of groups for host vars 2015-12-03 14:23:02 -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 keep string type filters as strings 2015-12-08 12:52:20 -08:00
test-requirements.txt