ansible-collections / ansible.utils

A collection of ansible utilities for the content creator.
GNU General Public License v3.0
75 stars 78 forks source link

Fix typo in ansible.utils.ip_address_test.rst #330

Closed kstephan-wescale closed 4 months ago

kstephan-wescale commented 9 months ago
SUMMARY

fix typo in ansible.utils.ip_address_test.rst heading

ISSUE TYPE
COMPONENT NAME

ansible.utils.ip_address_test

softwarefactory-project-zuul[bot] commented 9 months ago

Build succeeded. https://ansible.softwarefactory-project.io/zuul/buildset/11c17b01cd8d43f18511f03725f3b4c3

:heavy_check_mark: ansible-galaxy-importer SUCCESS in 8m 53s :heavy_check_mark: build-ansible-collection SUCCESS in 7m 34s

KB-perByte commented 9 months ago

Hey @kstephan-wescale thank you for your contribution, https://github.com/ansible-collections/ansible.utils/blob/main/docs/ansible.utils.ip_address_test.rst rsts are dynamically generated from our module documentations, this is where you want to make your change https://github.com/ansible-collections/ansible.utils/blob/main/plugins/test/ip_address.py#L21 Please do add an changelog and tests (if applicable) Regards

Ruchip16 commented 4 months ago

closing this since it doesnt hold valid and note that ipaddr has been deprecated in support of netaddr.