From d348374825708e34007b739a1d6f1c5090e8179d Mon Sep 17 00:00:00 2001 From: jo Date: Mon, 28 Apr 2025 12:34:46 +0200 Subject: [PATCH] fix docs --- plugins/modules/volume_attachment.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/modules/volume_attachment.py b/plugins/modules/volume_attachment.py index a587c96..3e8dddb 100644 --- a/plugins/modules/volume_attachment.py +++ b/plugins/modules/volume_attachment.py @@ -27,7 +27,7 @@ options: required: true server: description: - - Name or ID of the Hetzner Cloud Server to attach/detach the Volume to. + - Name or ID of the Hetzner Cloud Server to attach the Volume to. - Required if O(state=present). type: str automount: @@ -76,7 +76,7 @@ hcloud_volume_attachment: returned: always sample: my-volume server: - description: Name of the Server + description: Name of the attached Server type: str returned: always sample: my-server