infobloxopen / infoblox-ansible

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

Bugfix/second hostrecord with same hostname option 2 #203

Open lenseB opened 8 months ago

lenseB commented 8 months ago

I am developing an Ansible Playbook automating IPAM. While using the infoblox.nios_modules I noticed a weird behaviour. After creating a hostrecord with an IP-address x and a hostname, I executed the playbook again now with a different IP-address y and the same hostname. The secon hostrecord was placed in the IP-Adress y but also the first hostrecord was placed there. Also the extra attributes of the first hostrecord changed.

This was already described in #108

I fixed the problem in the commit 19d50c43b4a6c507809ee0ff3346600494ddc891. I can not forsee if the general fix influences any other use case though.