infobloxopen / infoblox-ansible

Ansible modules for interfacing to Infoblox systems
GNU General Public License v3.0
54 stars 61 forks source link

Exclude DNS View from filter criteria when configure_for_dns is false #229

Closed dlehrman closed 2 days ago

dlehrman commented 2 months ago

This logic was already applied to scenarios that were not updating a name (lines 715-719). This commit simply applies the same logic to scenarios where names are being updated. Without this change, attempts to update the name of an existing host record that was created with configure_for_dns: false fail to find the existing record.

dlehrman commented 2 months ago

fixes #230