ansible/lib/ansible
James Cammarata e3a6accc1d Forward conditionals onto included plays when conditional eval errors
When using a playbook-level include, we now catch any errors raised during
the conditional evaluation step and set a flag to indicate we need to pass
those conditionals on to the included play (most likely because they contain
inventory variables for evaluation).

Fixes #14003
2016-01-20 01:32:45 -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
config
errors Relocate use of ERROR to display class, to avoid doubling up 2016-01-19 12:10:39 -05:00
executor Don't clear start at task flag until all hosts are advanced 2016-01-18 22:56:10 -05:00
galaxy Prevent traceback. 2016-01-13 20:50:19 -08:00
inventory Catch INI section parsing misses and raise an appropriate error 2016-01-19 12:07:45 -05:00
module_utils adds provider argument to nxos shared module 2016-01-19 19:02:41 -05:00
modules updated submodule refs 2016-01-18 21:55:56 -05:00
new_inventory
parsing Allow module args as k=v pairs when using the module: option with local_action 2016-01-18 14:32:44 -05:00
playbook Forward conditionals onto included plays when conditional eval errors 2016-01-20 01:32:45 -05:00
plugins Don't tracback trying to retore settings 2016-01-19 14:09:22 -08: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