ansible/changelogs/fragments/fix_pagination_cloudfront_facts.yml
Sloane Hertel c40b85d01f Backport pagination fix for cloudfront_facts (#42746)
* Fix #38038 cloudfront_facts module returns only first page of response (#38045)

(cherry picked from commit 12057de1c6)

* changelog
2018-07-16 17:26:48 -07:00

3 lines
133 B
YAML

---
bugfixes:
- Allow more than one page of results by using the right pagination indicator ('NextMarker' instead of 'NextToken').