diff --git a/lib/ansible/plugins/filter/human_to_bytes.yml b/lib/ansible/plugins/filter/human_to_bytes.yml index 23a8b3513b5..f643cda54c1 100644 --- a/lib/ansible/plugins/filter/human_to_bytes.yml +++ b/lib/ansible/plugins/filter/human_to_bytes.yml @@ -31,7 +31,7 @@ EXAMPLES: | # size => 2684354560 size: '{{ "2.5 gigabyte" | human_to_bytes }}' - # size => 1234803098 + # size => 1073741824 size: '{{ "1 Gigabyte" | human_to_bytes }}' # this is an error, because gigggabyte is not a valid unit