mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 06:28:01 -03:30
Collection: Fix job_list all_pages next value
This commit is contained in:
parent
e096ad18cb
commit
c374316648
@ -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