mirror of https://github.com/ansible/ansible.git
Fix for existing ENIs w/ multiple security groups
Do a sorted comparison of the list of security groups supplied via `module.params.get('security_groups')` and the list of security groups fetched via `get_sec_group_list(eni.groups)`. This fixes an incorrect "The specified address is already in use" error if the order of security groups in those lists differ.pull/18777/head
parent
f56c557a93
commit
0254cbad9a
Loading…
Reference in New Issue