Changed human_to_bytes input to a string

For it to be a human readable description it can't be an int.
pull/84336/head
Sammy Hori 3 days ago committed by GitHub
parent a27a7a27d1
commit 4b3498a29f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -8,7 +8,7 @@ DOCUMENTATION:
options: options:
_input: _input:
description: human-readable description of a number of bytes. description: human-readable description of a number of bytes.
type: int type: string
required: true required: true
default_unit: default_unit:
description: Unit to assume when input does not specify it. description: Unit to assume when input does not specify it.

Loading…
Cancel
Save