mirror of https://github.com/ansible/ansible.git
[cloud] ec2_elb_facts fails on accounts with to many ELBs (#21602)
The list_elbs call to boto doesn't use any pagination, so any time there are more ELBs than the API page size, this module will fail. This change uses the `next_token` attribute of `ResultSet` to check if there are still more ELBs to return. Fixes #21361pull/22020/head
parent
b3abab1bd5
commit
1699c9ea48
Loading…
Reference in New Issue