mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix tests after repo merge.
This commit is contained in:
@@ -2,7 +2,7 @@ import collections
|
||||
import os
|
||||
import unittest
|
||||
|
||||
from ansible.modules.core.cloud.docker._docker import get_split_image_tag
|
||||
from ansible.modules.cloud.docker._docker import get_split_image_tag
|
||||
|
||||
class DockerSplitImageTagTestCase(unittest.TestCase):
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ import yaml
|
||||
import inspect
|
||||
import collections
|
||||
|
||||
from ansible.modules.core.cloud.openstack import os_server
|
||||
from ansible.modules.cloud.openstack import os_server
|
||||
|
||||
|
||||
class AnsibleFail(Exception):
|
||||
|
||||
@@ -6,7 +6,7 @@ from ansible.compat.tests import mock
|
||||
from ansible.compat.tests import unittest
|
||||
|
||||
try:
|
||||
from ansible.modules.core.packaging.os.apt import (
|
||||
from ansible.modules.packaging.os.apt import (
|
||||
expand_pkgspec_from_fnmatches,
|
||||
)
|
||||
except:
|
||||
|
||||
Reference in New Issue
Block a user