1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-06 20:17:15 +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

@ -165,7 +165,7 @@ EXAMPLES = r"""
from ansible.module_utils.basic import AnsibleModule
from ansible_collections.community.general.plugins.module_utils._mount import ismount
from os.path import ismount
import re