You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/changelogs/fragments/module_utils-yaml-fix.yml

4 lines
311 B
YAML

bugfixes:
- module_utils.common.yaml - The ``SafeLoader``, ``SafeDumper`` and ``Parser`` classes now fallback to ``object`` when ``yaml`` is not available.
This fixes tracebacks when inheriting from these classes without requiring a ``HAS_YAML`` guard around class definitions.