mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 00:33:09 +00:00
An empty `target_group_arns` list represents no target groups. This is different to not passing a `target_group_arns` list at all which can signify no change. Remove unnecessary empty list construction, as it must already be an empty list to get to that point.