minor doc fix (#140)
minor doc fix SUMMARY in_any_network, doc fix for redundant line ISSUE TYPE Docs Pull Request COMPONENT NAME in_any_network ADDITIONAL INFORMATION Reviewed-by: Nilashish Chakraborty <nilashishchakraborty8@gmail.com>pull/140/merge
parent
c0d4d69a0f
commit
bd95db581e
|
@ -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
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
doc_changes:
|
||||
- "`in_any_network` - plugin doc fix for redundant line."
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue