mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
fix: add volume_attachment module to meta (#655)
##### SUMMARY Add `volume_attachment` module to meta runtime file ##### ISSUE TYPE - Docs Pull Request --------- Co-authored-by: jo <ljonas@riseup.net>
This commit is contained in:
parent
264441b50a
commit
e6e4ce1d5f
2 changed files with 6 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ action_groups:
|
|||
- subnetwork
|
||||
- volume
|
||||
- volume_info
|
||||
- volume_attachment
|
||||
|
||||
plugin_routing:
|
||||
modules:
|
||||
|
|
@ -104,3 +105,5 @@ plugin_routing:
|
|||
redirect: hetzner.hcloud.volume_info
|
||||
hcloud_volume:
|
||||
redirect: hetzner.hcloud.volume
|
||||
hcloud_volume_attachment:
|
||||
redirect: hetzner.hcloud.volume_attachment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue