mirror of https://github.com/ansible/ansible.git
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`.pull/18551/head
parent
aff5d9160a
commit
200d6bdb23
Loading…
Reference in New Issue