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_netmask
"""
from __future__ import absolute_import, division, print_function
from ansible_collections.ansible.utils.plugins.plugin_utils.base.ipaddress_utils import (
ip_network,
_need_ipaddress,
ip_network,
)
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,9 +29,7 @@ DOCUMENTATION = """
mask:
description:
- A string that represents the value against which the test is going to be performed
- For example:
- "0.1.255.255"
- "255.255.255.0"
- 'For example: C(0.1.255.255) or C(255.255.255.0)'
type: str
required: True
notes:
@@ -76,7 +74,6 @@ EXAMPLES = r"""
# },
# "changed": false
# }
"""
RETURN = """