mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 01:33:09 +00:00
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`.