1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-02-04 07:51:50 +00:00

Remove no longer needed _mount module util (#11232)

Remove no longer needed _mount module util.
This commit is contained in:
Felix Fontein 2025-12-01 06:42:13 +01:00 committed by GitHub
parent ebcad7e6d1
commit d30428ac71
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 8 additions and 100 deletions

View file

@ -0,0 +1,6 @@
bugfixes:
- "aix_filesystem - remove compatibility code for ancient Python versions (https://github.com/ansible-collections/community.general/pull/11232)."
minor_changes:
- "The last code included in the collection that was licensed under the PSF 2.0 license was removed form the collection.
This means that now all code is either GPLv3+ licensed, MIT licensed, or BSD-2-clause licensed
(https://github.com/ansible-collections/community.general/pull/11232)."