From 1da9cf938a2de65812e93f3dc107136039ca11ce Mon Sep 17 00:00:00 2001 From: anagha-infoblox Date: Thu, 7 Oct 2021 19:48:27 +0530 Subject: [PATCH] Addressed review comments --- .../infoblox/nios_modules/plugins/lookup/nios_lookup.py | 5 +++-- .../infoblox/nios_modules/plugins/lookup/nios_next_ip.py | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ansible_collections/infoblox/nios_modules/plugins/lookup/nios_lookup.py b/ansible_collections/infoblox/nios_modules/plugins/lookup/nios_lookup.py index 73edc704..61667b14 100644 --- a/ansible_collections/infoblox/nios_modules/plugins/lookup/nios_lookup.py +++ b/ansible_collections/infoblox/nios_modules/plugins/lookup/nios_lookup.py @@ -28,10 +28,11 @@ description: The list of field names to return for the specified object. type: list filter: - description: A dict object that is used to filter the return objects. + description: + - The name of the network object to be returned from the Infoblox appliance. type: dict extattrs: - description: A dict object that is used to filter on extattrs. + description: A dict object that is used to filter based on extattrs. type: dict ''' diff --git a/ansible_collections/infoblox/nios_modules/plugins/lookup/nios_next_ip.py b/ansible_collections/infoblox/nios_modules/plugins/lookup/nios_next_ip.py index 0203a076..2e77a866 100644 --- a/ansible_collections/infoblox/nios_modules/plugins/lookup/nios_next_ip.py +++ b/ansible_collections/infoblox/nios_modules/plugins/lookup/nios_next_ip.py @@ -20,11 +20,11 @@ options: _terms: - description: The CIDR network to retrieve the next addresses from. + description: The CIDR network to retrieve the next address(es) from. required: True type: str num: - description: The number of IP addresses to return. + description: The number of IP address(es) to return. required: false default: 1 type: int