Changed human_to_bytes input to a string (#84336)

For it to be a human readable description it can't be an int.
pull/81346/head
Sammy Hori 1 year ago committed by GitHub
parent 27aa60b8b4
commit df0fe81383
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