Azure / azure_preview_modules

Azure preview modules for Ansible
https://galaxy.ansible.com/azure/azure_preview_modules
43 stars 49 forks source link

TXT records longer than 255 characters? #402

Open janvanveldhuizen opened 1 year ago

janvanveldhuizen commented 1 year ago

How do I create TXT records that are longer than 255 characters? At some places I read that I have to create two separate TXT records with the same name, each holding a part of the string. The thing is that the azure_rm_dnsrecordset module will see the second txt record as an update of the first one. Can this be solved in another way?