I am trying to add an additional address to an exisitng host record with an ansible playbook, I can not find an appropriate function either under the Nios Plugins under ansible 2.5 or under the infoblox.py functions. All of these seem to be intent on adding a new host record entirely. Currently everything I have tried seems to replace the existing host record with a new one that has the single IP address that I am trying to add. I have been able to successfully obtain the next record in a subnet, and then use that in a separate play, so I know that I have connectivity, and the api functionality is working. Any Help would be appreciated.