Replace ansible.module_utils.six with own module utils in some cases (#1138)

* Replace ansible.module_utils.six with own module utils in some cases.

* Add ignore.txt entires.
This commit is contained in:
Felix Fontein
2025-10-04 23:45:27 +02:00
committed by GitHub
parent 82b49c7cf2
commit ebe42308cc
43 changed files with 149 additions and 70 deletions
+4
View File
@@ -0,0 +1,4 @@
bugfixes:
- "Avoid usage of deprecated ``ansible.module_utils.six`` in some of the code that still supports Python 2 (https://github.com/ansible-collections/community.docker/pull/1138)."
minor_changes:
- "Note that some new code in ``plugins/module_utils/_six.py`` is MIT licensed (https://github.com/ansible-collections/community.docker/pull/1138)."