Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
An unhandled exception occurred while running the lookup plugin 'nios_next_ip'
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2023 02:08 AM
1285     3
Hi All,
I am using Ansible Automation Platform to run the below task:
- name: Return next available IP address ansible.builtin.set_fact: ipaddr: "{{ lookup('infoblox.nios_modules.nios_next_ip', vm_infblx_network, provider=infoblox_nios_provider) }}"
This task is failing with error:
fatal: [localhost]: FAILED! => {"msg": "An unhandled exception occurred while running the lookup plugin 'nios_next_ip'. Error was a <class 'ansible.errors.AnsibleError'>, original message: no records found. no records found"}
There are free IPs available in the network. But it is still giving this error.
Could you please help me to resolve this error ??
Thanks
-Praful
Re: An unhandled exception occurred while running the lookup plugin 'nios_next_ip'
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2023 10:22 AM
1286     3
Has anyone figured this out ?