mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 20:31:27 -07: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 |
||
---|---|---|
.. | ||
cli | ||
compat | ||
config | ||
errors | ||
executor | ||
galaxy | ||
inventory | ||
module_utils | ||
modules | ||
parsing | ||
playbook | ||
plugins | ||
template | ||
utils | ||
vars | ||
__init__.py | ||
constants.py | ||
release.py |