1
0
Fork 0
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:
Philip Norton 2026-03-12 11:28:40 +00:00
parent bc22fbcaa0
commit 91e3e111e4
2 changed files with 55 additions and 10 deletions

View file

@ -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)