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
3
changelogs/fragments/missing-volume-attachment-meta.yml
Normal file
3
changelogs/fragments/missing-volume-attachment-meta.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
bugfixes:
|
||||||
|
- volume_attachment - Add ``volume_attachment`` module to action group ``all``.
|
||||||
|
- volume_attachment - Add ``hcloud_volume_attachment`` alias to ``volume_attachment`` module.
|
||||||
|
|
@ -35,6 +35,7 @@ action_groups:
|
||||||
- subnetwork
|
- subnetwork
|
||||||
- volume
|
- volume
|
||||||
- volume_info
|
- volume_info
|
||||||
|
- volume_attachment
|
||||||
|
|
||||||
plugin_routing:
|
plugin_routing:
|
||||||
modules:
|
modules:
|
||||||
|
|
@ -104,3 +105,5 @@ plugin_routing:
|
||||||
redirect: hetzner.hcloud.volume_info
|
redirect: hetzner.hcloud.volume_info
|
||||||
hcloud_volume:
|
hcloud_volume:
|
||||||
redirect: hetzner.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