ansible/lib/ansible/plugins
Andrew Haines 200d6bdb23 Default include_role results to empty list in linear strategy plugin
Fixes #18544.

When a loop is over an empty list, the result is set to

    {'skipped_reason': u'No items in the list', 'skipped': True, 'changed': False}

which means that accessing `hr._result['results']` throws a `KeyError`.
2016-11-18 12:13:53 -05:00
..
action Return failed instead of raising an error when an include_vars file is missing 2016-11-18 09:28:44 -06:00
cache Remove direct calls to print and cleanup imports 2016-11-07 17:12:36 -05:00
callback disable 'dense' callback in py26 2016-11-18 11:41:56 -05:00
connection Mcsalgado's change to use shlex.quote instead of pipes.quote (#18534) 2016-11-17 13:18:29 -08:00
filter random filter: added optional 'seed' parameter 2016-11-17 15:02:06 -08:00
lookup ini lookup: add 'default' to the list of parsed keys 2016-11-08 11:07:33 -05:00
shell Mcsalgado's change to use shlex.quote instead of pipes.quote (#18534) 2016-11-17 13:18:29 -08:00
strategy Default include_role results to empty list in linear strategy plugin 2016-11-18 12:13:53 -05:00
test restored 'results' filters 2016-10-13 13:21:40 -04:00
vars
__init__.py Filter out internal magic and connection variables from facts returns 2016-10-24 17:27:43 -05:00