mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Fix Digital Ocean inventory script pagination handling (#35153)
This commit is contained in:
committed by
Abhijeet Kasurde
parent
19ff2f4e8c
commit
a1639abd71
@@ -191,7 +191,7 @@ class DoManager:
|
||||
|
||||
except ValueError as e:
|
||||
sys.exit("Unable to parse result from %s: %s" % (url, e))
|
||||
return json_resp
|
||||
return resp_data
|
||||
|
||||
def all_active_droplets(self):
|
||||
resp = self.send('droplets/')
|
||||
|
||||
Reference in New Issue
Block a user