mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-20 03:40:22 -07:00
aix_filesystem - fix module_util pathing issue for ansible 2.9 (#567)
* Bump ansible.posix requirement to 1.0.0 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
a33d0a55e7
commit
4399759cf3
3 changed files with 5 additions and 2 deletions
|
@ -170,7 +170,7 @@ msg:
|
|||
'''
|
||||
|
||||
from ansible.module_utils.basic import AnsibleModule
|
||||
from ansible_collections.ansible.posix.plugins.module_utils.ismount import ismount
|
||||
from ansible_collections.ansible.posix.plugins.module_utils.mount import ismount
|
||||
import re
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue