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:
parent
3435d0a87c
commit
48a6b05800
1 changed files with 21 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue