From 190b8fcd1cc413a8b3a6e5c9f3f74353990400dd Mon Sep 17 00:00:00 2001 From: Olli Helenius Date: Tue, 24 Sep 2019 17:52:14 +0300 Subject: [PATCH] hcloud_volume: clarify volume size units (#62771) --- lib/ansible/modules/cloud/hcloud/hcloud_volume.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/cloud/hcloud/hcloud_volume.py b/lib/ansible/modules/cloud/hcloud/hcloud_volume.py index 5426c8cee04..0e7896991ec 100644 --- a/lib/ansible/modules/cloud/hcloud/hcloud_volume.py +++ b/lib/ansible/modules/cloud/hcloud/hcloud_volume.py @@ -41,7 +41,7 @@ options: type: str size: description: - - The size of the Block Volume. + - The size of the Block Volume in GB. - Required if volume does not yet exists. type: int automount: @@ -126,7 +126,7 @@ hcloud_volume: returned: Always sample: my-volume size: - description: Size in MB of the volume + description: Size in GB of the volume type: int returned: Always sample: 1337