1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00

tmp: use hcloud-python dev branch

This commit is contained in:
jo 2025-08-07 15:12:08 +02:00
parent bac3ef9054
commit 8a22d362c0
No known key found for this signature in database
GPG key ID: B2FEC9B22722B984

View file

@ -22,7 +22,7 @@ from textwrap import dedent
logger = logging.getLogger("vendor")
HCLOUD_SOURCE_URL = "https://github.com/hetznercloud/hcloud-python"
HCLOUD_VERSION = "v2.11.1"
HCLOUD_VERSION = "storage-boxes"
HCLOUD_VENDOR_PATH = "plugins/module_utils/vendor/hcloud"