community.general/lib/ansible
James Cammarata fb797a9e77 Fixing role dependency chain creation
The dep chain for roles created during the compile step had bugs, in
which the dep chain was overwriten and the original tasks in the role
were not assigned a dep chain. This lead to problems in determining
whether roles had already run when in a "diamond" structure, and in
some cases roles were not correctly getting variables from parents.

Fixes #14046
2016-01-22 12:54:00 -05:00
..
cli Make all parts of messages and pathnames into unicode so that we don't get UnicodeError tracebacks. 2016-01-19 05:45:21 -08: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 Making the switch to v2 2015-05-03 21:47:26 -05:00
errors Relocate use of ERROR to display class, to avoid doubling up 2016-01-19 12:10:39 -05:00
executor Fixing role dependency chain creation 2016-01-22 12:54:00 -05:00
galaxy Prevent traceback. 2016-01-13 20:50:19 -08:00
inventory Merge pull request #13993 from towolf/avoid_json_to_unicode 2016-01-21 08:41:16 -08:00
module_utils Merge pull request #14025 from ansible/run_command-env-rework 2016-01-20 12:13:43 -08:00
modules Update submodule refs 2016-01-21 11:11:05 -08:00
new_inventory fix some warning of undefined name. 2015-10-09 12:43:42 +08:00
parsing avoid shredding empty files, also x/0 2016-01-21 10:54:56 -05:00
playbook Fixing role dependency chain creation 2016-01-22 12:54:00 -05:00
plugins Fix bug with any_errors_fatal where task was not available 2016-01-21 16:42:31 -05:00
template keep string type filters as strings 2015-12-08 12:52:20 -08:00
utils adds provider argument to nxos shared module 2016-01-19 19:02:41 -05:00
vars move hostvars.vars to vars 2015-12-22 00:24:35 -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 output color is now configurable 2015-12-29 17:40:47 -05:00
test-requirements.txt Making the switch to v2 2015-05-03 21:47:26 -05:00