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

fix: missing action group all and redirects

This commit is contained in:
jo 2025-12-10 12:48:19 +01:00
parent 3435d0a87c
commit 48a6b05800
No known key found for this signature in database
GPG key ID: B2FEC9B22722B984

View file

@ -32,6 +32,13 @@ action_groups:
- server_type_info
- ssh_key
- ssh_key_info
- storage_box
- storage_box_info
- storage_box_snapshot
- storage_box_snapshot_info
- storage_box_subaccount
- storage_box_subaccount_info
- storage_box_type_info
- subnetwork
- volume
- volume_info
@ -103,6 +110,20 @@ plugin_routing:
redirect: hetzner.hcloud.ssh_key_info
hcloud_ssh_key:
redirect: hetzner.hcloud.ssh_key
hcloud_storage_box:
redirect: storage_box
hcloud_storage_box_info:
redirect: storage_box_info
hcloud_storage_box_snapshot:
redirect: storage_box_snapshot
hcloud_storage_box_snapshot_info:
redirect: storage_box_snapshot_info
hcloud_storage_box_subaccount:
redirect: storage_box_subaccount
hcloud_storage_box_subaccount_info:
redirect: storage_box_subaccount_info
hcloud_storage_box_type_info:
redirect: storage_box_type_info
hcloud_subnetwork:
redirect: hetzner.hcloud.subnetwork
hcloud_volume_info: