ansible/changelogs/fragments/to_bits-does-nothing.yml
Rick Elrod fcbf5c3185
[module_utils] make to_bits actually return (#74409)
Change:
- Instead of returning the `str` type, return the value that was
  calculated.

Test Plan:
- New unit tests.

Signed-off-by: Rick Elrod <rick@elrod.me>
2021-04-27 17:15:24 +02:00

3 lines
118 B
YAML

bugfixes:
- network module_utils - fix bug where ``to_bits()`` returned the ``str`` type instead of a useful value.