mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 19:26:58 +00:00
Updated the scaleway_ip_info to use the scaleway zone directly and building the url, instead of looking up the zone and url from a list. This allows for more flexibility and potential versioning of the end point.
This commit is contained in:
parent
bc22fbcaa0
commit
91e3e111e4
2 changed files with 55 additions and 10 deletions
|
|
@ -255,7 +255,6 @@ class Scaleway:
|
|||
|
||||
def send(self, method, path, data=None, headers=None, params=None):
|
||||
url = self._url_builder(path=path, params=params)
|
||||
self.warn(url)
|
||||
|
||||
if headers is not None:
|
||||
self.headers.update(headers)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue