Added netaddr as a requirement in ansible.utils.ipaddr (#385)

* Added requirement on netaddr

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Added changelog

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* minor changes

* Added requirement on netaddr to ansible.utils.ipaddr

* changes

* minor change

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: Benoît Geeraerts <10222438+b-enoit-be@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
pull/387/head
Ruchi Pakhle 2025-01-07 16:17:53 +05:30 committed by GitHub
parent dda46ee3cf
commit 256e787967
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,3 @@
---
trivial:
- Adds netaddr as requirements in ansible.utils.ipaddr.

View File

@ -23,6 +23,12 @@ Synopsis
Requirements
------------
The below requirements are needed on the local Ansible controller node that executes this filter.
- netaddr>=0.10.1
Parameters
----------

View File

@ -76,6 +76,8 @@ DOCUMENTATION = """
type: str
description: type of filter. example ipaddr, ipv4, ipv6, ipwrap
notes:
requirements:
- netaddr>=0.10.1
"""
EXAMPLES = r"""