diff --git a/README.md b/README.md index 57d5e8f..3e8338d 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Name | Description ### Test plugins Name | Description --- | --- -[ansible.utils.in_any_network](https://github.com/ansible-collections/ansible.utils/blob/main/docs/ansible.utils.in_any_network_test.rst)|Test if Test if an IP or network falls in any network +[ansible.utils.in_any_network](https://github.com/ansible-collections/ansible.utils/blob/main/docs/ansible.utils.in_any_network_test.rst)|Test if an IP or network falls in any network [ansible.utils.in_network](https://github.com/ansible-collections/ansible.utils/blob/main/docs/ansible.utils.in_network_test.rst)|Test if IP address falls in the network [ansible.utils.in_one_network](https://github.com/ansible-collections/ansible.utils/blob/main/docs/ansible.utils.in_one_network_test.rst)|Test if IP address belongs in any one of the networks in the list [ansible.utils.ip](https://github.com/ansible-collections/ansible.utils/blob/main/docs/ansible.utils.ip_test.rst)|Test if something in an IP address or network diff --git a/changelogs/fragments/minor_doc_update.yaml b/changelogs/fragments/minor_doc_update.yaml new file mode 100644 index 0000000..3ddd01d --- /dev/null +++ b/changelogs/fragments/minor_doc_update.yaml @@ -0,0 +1,3 @@ +--- +doc_changes: + - "`in_any_network` - plugin doc fix for redundant line." diff --git a/docs/ansible.utils.in_any_network_test.rst b/docs/ansible.utils.in_any_network_test.rst index 43c804c..fbcf884 100644 --- a/docs/ansible.utils.in_any_network_test.rst +++ b/docs/ansible.utils.in_any_network_test.rst @@ -5,7 +5,7 @@ ansible.utils.in_any_network **************************** -**Test if Test if an IP or network falls in any network** +**Test if an IP or network falls in any network** Version added: 2.2.0 diff --git a/plugins/test/in_any_network.py b/plugins/test/in_any_network.py index 1e71277..213dc89 100644 --- a/plugins/test/in_any_network.py +++ b/plugins/test/in_any_network.py @@ -21,7 +21,7 @@ DOCUMENTATION = """ name: in_any_network author: Priyam Sahoo (@priyamsahoo) version_added: "2.2.0" - short_description: Test if Test if an IP or network falls in any network + short_description: Test if an IP or network falls in any network description: - This plugin checks if the provided IP or network address belongs to the provided list network addresses options: