Skip to content

Commit

Permalink
hcloud_volume: clarify volume size units (#62771)
Browse files Browse the repository at this point in the history
  • Loading branch information
liff authored and samccann committed Sep 24, 2019
1 parent 7fa1e4f commit 190b8fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ansible/modules/cloud/hcloud/hcloud_volume.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
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:
Expand Down Expand Up @@ -126,7 +126,7 @@
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
Expand Down

0 comments on commit 190b8fc

Please sign in to comment.