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 (#767)
##### SUMMARY The redirects must use a fully qualified name as value.
This commit is contained in:
parent
c1bb3fc22e
commit
55cc1fa3a9
2 changed files with 9 additions and 7 deletions
2
changelogs/fragments/storage-box-redirects-fqcr.yml
Normal file
2
changelogs/fragments/storage-box-redirects-fqcr.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
bugfixes:
|
||||||
|
- Invalid redirects for Storage Box modules are now fixed by using fully qualified module names.
|
||||||
|
|
@ -111,19 +111,19 @@ plugin_routing:
|
||||||
hcloud_ssh_key:
|
hcloud_ssh_key:
|
||||||
redirect: hetzner.hcloud.ssh_key
|
redirect: hetzner.hcloud.ssh_key
|
||||||
hcloud_storage_box:
|
hcloud_storage_box:
|
||||||
redirect: storage_box
|
redirect: hetzner.hcloud.storage_box
|
||||||
hcloud_storage_box_info:
|
hcloud_storage_box_info:
|
||||||
redirect: storage_box_info
|
redirect: hetzner.hcloud.storage_box_info
|
||||||
hcloud_storage_box_snapshot:
|
hcloud_storage_box_snapshot:
|
||||||
redirect: storage_box_snapshot
|
redirect: hetzner.hcloud.storage_box_snapshot
|
||||||
hcloud_storage_box_snapshot_info:
|
hcloud_storage_box_snapshot_info:
|
||||||
redirect: storage_box_snapshot_info
|
redirect: hetzner.hcloud.storage_box_snapshot_info
|
||||||
hcloud_storage_box_subaccount:
|
hcloud_storage_box_subaccount:
|
||||||
redirect: storage_box_subaccount
|
redirect: hetzner.hcloud.storage_box_subaccount
|
||||||
hcloud_storage_box_subaccount_info:
|
hcloud_storage_box_subaccount_info:
|
||||||
redirect: storage_box_subaccount_info
|
redirect: hetzner.hcloud.storage_box_subaccount_info
|
||||||
hcloud_storage_box_type_info:
|
hcloud_storage_box_type_info:
|
||||||
redirect: storage_box_type_info
|
redirect: hetzner.hcloud.storage_box_type_info
|
||||||
hcloud_subnetwork:
|
hcloud_subnetwork:
|
||||||
redirect: hetzner.hcloud.subnetwork
|
redirect: hetzner.hcloud.subnetwork
|
||||||
hcloud_volume_info:
|
hcloud_volume_info:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue