-
Notifications
You must be signed in to change notification settings - Fork 63
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
Setting nios_host_record state: absent doesn't remove the record #206
Comments
I see this issue as well on infoblox.nios_modules v1.6.1. |
I was able to successfully remove the host record after excluding the ipv4 details. e.g.
|
How to you delete it? Even if i dont provide any ip details at all the ansible task is "ok". |
If the host record in question was created with DNS disabled ( e.g. - name: Delete ansible-test DNS record
infoblox.nios_modules.nios_host_record:
name: ansible-tests.example.com
configure_for_dns: false
state: absent
provider: "{{ nios_provider }}" |
Wow... but thank you that works! |
Using infoblox.nios_modules 1.5.0
Create a host, (not using nios_next_ip because per #63 which has been open since 2019, it is not idempotent)
Create works successfully
Change the state to absent per docs
Task runs and does not indicate a change
Check Infoblox and the record still exists
The text was updated successfully, but these errors were encountered: