From 95730de5245a21abe1569480f1140dc42f4dca26 Mon Sep 17 00:00:00 2001 From: jo Date: Mon, 28 Apr 2025 12:12:19 +0200 Subject: [PATCH] add changelog fragment --- changelogs/fragments/add-volume-attachment-module.yml | 2 ++ plugins/modules/volume_attachment.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 changelogs/fragments/add-volume-attachment-module.yml diff --git a/changelogs/fragments/add-volume-attachment-module.yml b/changelogs/fragments/add-volume-attachment-module.yml new file mode 100644 index 0000000..149869c --- /dev/null +++ b/changelogs/fragments/add-volume-attachment-module.yml @@ -0,0 +1,2 @@ +minor_changes: + - volume_attachment - Add new `volume_attachment` module to manage Volumes attachment. diff --git a/plugins/modules/volume_attachment.py b/plugins/modules/volume_attachment.py index 9a0ab2e..3c9015e 100644 --- a/plugins/modules/volume_attachment.py +++ b/plugins/modules/volume_attachment.py @@ -10,7 +10,7 @@ DOCUMENTATION = """ --- module: volume_attachment -short_description: Manage the relationship between Hetzner Cloud Volumes and Servers +short_description: Manage the attachment of Hetzner Cloud Volumes description: