mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
* rpm_key: Decode bytes to string to work with Python 3 (#20326) The read() method will return bytes we need to then decode() those bytes to a string before trying to match() it using the re module. * Make the rpm_key pgp regex more robust on both py2 and py3