Changed human_to_bytes input to a string (#84336) (#84857)

For it to be a human readable description it can't be an int.

(cherry picked from commit df0fe81383)

Co-authored-by: Sammy Hori <git@sammyhori.com>
pull/84957/head
Brian Coca 8 months ago committed by GitHub
parent 9f9991eb10
commit 1dceddb156
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save