mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-19 15:21:27 +00:00
* Fix snmp_facts error on decode_hex()
Remove use of some_string.decode('hex') that fails on py3, and
replace with to_binascii.unhexlify()
Fixes #21668