diff --git a/changelogs/fragments/286-replace-six-imports.yml b/changelogs/fragments/286-replace-six-imports.yml new file mode 100644 index 0000000..0529eb8 --- /dev/null +++ b/changelogs/fragments/286-replace-six-imports.yml @@ -0,0 +1,3 @@ +minor_changes: + - Replace ``ansible.module_utils.six`` imports (``iteritems``, ``string_types``) with Python 3 stdlib equivalents (https://github.com/openshift/community.okd/pull/286). + - Add sanity test ignore files for ansible-core 2.20 and 2.21 (https://github.com/openshift/community.okd/pull/286).