Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Examples for lookups don't work as written #72

Closed
mhuot opened this issue Aug 27, 2021 · 1 comment
Closed

Examples for lookups don't work as written #72

mhuot opened this issue Aug 27, 2021 · 1 comment

Comments

@mhuot
Copy link

mhuot commented Aug 27, 2021

example shows --

host: "{{ lookup('infoblox.nios_modules.nios', 'record:host', filter={'name': 'hostname.ansible.com'}) }}"

What worked was --

host: "{{ lookup('infoblox.nios_modules.nios_lookup', 'record:host', filter={'name': 'hostname.ansible.com'}) }}"

@anagha-infoblox
Copy link
Contributor

Hi @mhuot,
The appropriate changes have been made in the examples section of the lookup module. It is a part of the v1.1.1 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants