collection 교체

This commit is contained in:
정훈 변
2024-02-23 16:37:40 +09:00
parent b494779b5b
commit 3fd554eee9
38862 changed files with 220204 additions and 6600073 deletions

View File

@@ -8,12 +8,14 @@ Test plugin file for netaddr tests: unspecified
"""
from __future__ import absolute_import, division, print_function
from ansible_collections.ansible.utils.plugins.plugin_utils.base.ipaddress_utils import (
ip_address,
_need_ipaddress,
_validate_args,
ip_address,
)
__metaclass__ = type
DOCUMENTATION = """
@@ -27,11 +29,7 @@ DOCUMENTATION = """
ip:
description:
- A string that represents the value against which the test is going to be performed
- For example:
- "0.0.0.0"
- "0:0:0:0:0:0:0:0"
- "::"
- "::1"
- 'For example: C(0.0.0.0), C(0:0:0:0:0:0:0:0), C(::), or C(::1)'
type: str
required: True
notes:
@@ -88,7 +86,6 @@ EXAMPLES = r"""
# },
# "changed": false
# }
"""
RETURN = """