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

fix: redirect for storage box module must use a fully qualified name

This commit is contained in:
jo 2025-12-11 15:03:25 +01:00
parent c1bb3fc22e
commit 400b4c2e8c
No known key found for this signature in database
GPG key ID: B2FEC9B22722B984
2 changed files with 9 additions and 7 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- Invalid redirects for Storage Box modules are now fixed by using fully qualified module names.

View file

@ -111,19 +111,19 @@ plugin_routing:
hcloud_ssh_key:
redirect: hetzner.hcloud.ssh_key
hcloud_storage_box:
redirect: storage_box
redirect: hetzner.hcloud.storage_box
hcloud_storage_box_info:
redirect: storage_box_info
redirect: hetzner.hcloud.storage_box_info
hcloud_storage_box_snapshot:
redirect: storage_box_snapshot
redirect: hetzner.hcloud.storage_box_snapshot
hcloud_storage_box_snapshot_info:
redirect: storage_box_snapshot_info
redirect: hetzner.hcloud.storage_box_snapshot_info
hcloud_storage_box_subaccount:
redirect: storage_box_subaccount
redirect: hetzner.hcloud.storage_box_subaccount
hcloud_storage_box_subaccount_info:
redirect: storage_box_subaccount_info
redirect: hetzner.hcloud.storage_box_subaccount_info
hcloud_storage_box_type_info:
redirect: storage_box_type_info
redirect: hetzner.hcloud.storage_box_type_info
hcloud_subnetwork:
redirect: hetzner.hcloud.subnetwork
hcloud_volume_info: