mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
stable-1: fix docker tests (#1951)
This commit is contained in:
parent
9e82a1c994
commit
b1231d20a8
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
from __future__ import absolute_import, division, print_function
|
||||
__metaclass__ = type
|
||||
|
||||
from ansible_collections.ansible.netcommon.plugins.module_utils.compat import ipaddress
|
||||
from ansible_collections.community.crypto.plugins.module_utils.compat import ipaddress
|
||||
|
||||
|
||||
def _normalize_ipaddr(ipaddr):
|
||||
|
|
Loading…
Reference in a new issue