Skip to content

Commit fcc83c6

Browse files
committed
Remove no longer needed _mount module util (ansible-collections#11232)
Remove no longer needed _mount module util. (cherry picked from commit d30428a)
1 parent 3d42ad4 commit fcc83c6

File tree

5 files changed

+8
-100
lines changed

5 files changed

+8
-100
lines changed

LICENSES/PSF-2.0.txt

Lines changed: 0 additions & 48 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,6 @@ This collection is primarily licensed and distributed as a whole under the GNU G
139139

140140
See [LICENSES/GPL-3.0-or-later.txt](https://github.com/ansible-collections/community.general/blob/stable-12/COPYING) for the full text.
141141

142-
Parts of the collection are licensed under the [BSD 2-Clause license](https://github.com/ansible-collections/community.general/blob/stable-12/LICENSES/BSD-2-Clause.txt), the [MIT license](https://github.com/ansible-collections/community.general/blob/stable-12/LICENSES/MIT.txt), and the [PSF 2.0 license](https://github.com/ansible-collections/community.general/blob/stable-12/LICENSES/PSF-2.0.txt).
142+
Parts of the collection are licensed under the [BSD 2-Clause license](https://github.com/ansible-collections/community.general/blob/stable-12/LICENSES/BSD-2-Clause.txt) and the [MIT license](https://github.com/ansible-collections/community.general/blob/stable-12/LICENSES/MIT.txt).
143143

144144
All files have a machine readable `SDPX-License-Identifier:` comment denoting its respective license(s) or an equivalent entry in an accompanying `.license` file. Only changelog fragments (which will not be part of a release) are covered by a blanket statement in `REUSE.toml`. This conforms to the [REUSE specification](https://reuse.software/spec/).
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
bugfixes:
2+
- "aix_filesystem - remove compatibility code for ancient Python versions (https://github.com/ansible-collections/community.general/pull/11232)."
3+
minor_changes:
4+
- "The last code included in the collection that was licensed under the PSF 2.0 license was removed form the collection.
5+
This means that now all code is either GPLv3+ licensed, MIT licensed, or BSD-2-clause licensed
6+
(https://github.com/ansible-collections/community.general/pull/11232)."

plugins/module_utils/_mount.py

Lines changed: 0 additions & 50 deletions
This file was deleted.

plugins/modules/aix_filesystem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165

166166

167167
from ansible.module_utils.basic import AnsibleModule
168-
from ansible_collections.community.general.plugins.module_utils._mount import ismount
168+
from os.path import ismount
169169
import re
170170

171171

0 commit comments

Comments
 (0)