Files
community.general/lib/ansible/modules
Ryan Brown 1699c9ea48 [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 #21361
2017-02-27 16:42:23 -05:00
..
2017-02-21 17:45:46 -05:00
2017-02-02 11:45:22 -08:00
2017-02-24 16:49:43 -06:00
2017-02-27 09:22:48 -05:00
2017-02-10 15:13:59 -05:00
2017-02-24 16:49:43 -06:00
2017-02-27 09:24:05 -05:00
2017-02-24 16:49:43 -06:00
2016-12-08 11:35:20 -05:00