mirror of https://github.com/ansible/ansible.git
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
pull/42737/merge
parent
f5053506d9
commit
c40b85d01f
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
bugfixes:
|
||||||
|
- Allow more than one page of results by using the right pagination indicator ('NextMarker' instead of 'NextToken').
|
Loading…
Reference in New Issue