mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 19:10:07 -03:30
Merge pull request #6114 from squidboylan/fix_collection
Fix job_list all_pages next value Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
commit
e971ec993b
@ -231,6 +231,7 @@ class TowerModule(AnsibleModule):
|
||||
next_response = self.get_endpoint(next_page)
|
||||
response['json']['results'] = response['json']['results'] + next_response['json']['results']
|
||||
next_page = next_response['json']['next']
|
||||
response['json']['next'] = next_page
|
||||
return response
|
||||
|
||||
def get_one(self, endpoint, *args, **kwargs):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user