mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-06 18:53:12 +00:00
This fixes issue when list from module contains more than one element. Ansible and/or boto may put same elements in list in different order, thus resulting task as changed. Fixes #3310