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/code-cleanup.yml

7 lines
353 B
YAML

minor_changes:
- basic module_util - Clean up ``selinux`` compat import.
- subelements lookup - Use generator in instance type check.
- unicode utils - Fix ``__all__`` which was incorrectly declared as a string instead of a tuple.
- connection base - Avoid using deprecated ``@abstractproperty`` decorator.
- user module - Remove unused code.