bitbucket_pipeline_variable: Change pagination logic (#1498)

Bitbucket's pagination for pipeline variables is flawed.
Refactor bitbucket_pipeline_variable code to correct this logic.

Fixes: #1425

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde
2020-12-17 12:27:07 +05:30
committed by GitHub
parent d495d3969b
commit 4c14df6d88
2 changed files with 16 additions and 10 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- bitbucket_pipeline_variable - change pagination logic for pipeline variable get API (https://github.com/ansible-collections/community.general/issues/1425).