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,13 +8,13 @@ Test plugin file for netaddr tests: ipv4_address
"""
from __future__ import absolute_import, division, print_function
from ansible_collections.ansible.utils.plugins.plugin_utils.base.ipaddress_utils import (
ip_address,
_need_ipaddress,
ip_address,
)
from ansible_collections.ansible.utils.plugins.plugin_utils.base.utils import (
_validate_args,
)
from ansible_collections.ansible.utils.plugins.plugin_utils.base.utils import _validate_args
__metaclass__ = type
@@ -29,10 +29,7 @@ DOCUMENTATION = """
ip:
description:
- A string that represents the value against which the test is going to be performed
- For example:
- "10.1.1.1"
- "10.0.0.0/8"
- "fe80::216:3eff:fee4:16f3"
- 'For example: C(10.1.1.1), C(10.0.0.0/8), or C(fe80::216:3eff:fee4:16f3)'
type: str
required: True
notes:
@@ -77,7 +74,6 @@ EXAMPLES = r"""
# },
# "changed": false
# }
"""
RETURN = """