mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-20 20:00:23 -07:00
Remove ansible.posix dependency (#1157)
* Vendor plugins/module_utils/mount.py from ansible.posix, and drop ansible.posix dependency (except for testing). * Add ignore.txt entries. * Install test requirements conditionally. * Apply suggestions from code review Co-authored-by: John R Barker <john@johnrbarker.com> * Bump to major changes. Co-authored-by: John R Barker <john@johnrbarker.com>
This commit is contained in:
parent
b7713830dc
commit
20f470cc64
9 changed files with 111 additions and 6 deletions
|
@ -170,7 +170,7 @@ msg:
|
|||
'''
|
||||
|
||||
from ansible.module_utils.basic import AnsibleModule
|
||||
from ansible_collections.ansible.posix.plugins.module_utils.mount import ismount
|
||||
from ansible_collections.community.general.plugins.module_utils._mount import ismount
|
||||
import re
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue