Files
community.general/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
..
2016-11-18 11:41:56 -05:00
2016-10-13 13:21:40 -04:00
2015-05-03 21:47:26 -05:00