mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-06 22:24:23 -07:00
Changed
This commit is contained in:
parent
66ff47251a
commit
138e65d302
1 changed files with 1 additions and 7 deletions
|
@ -12,13 +12,7 @@ import sys
|
||||||
import os
|
import os
|
||||||
import hashlib
|
import hashlib
|
||||||
|
|
||||||
|
from ansible_collections.community.general.plugins.modules.nfs_exports_info import get_exports
|
||||||
sys.path.insert(0, os.path.abspath(
|
|
||||||
os.path.join(os.path.dirname(__file__), '../../../../plugins/modules')
|
|
||||||
))
|
|
||||||
|
|
||||||
from nfs_exports_info import get_exports
|
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
def fake_exports_content():
|
def fake_exports_content():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue