I have a dictionary of DNS host names that I need to register.
They’re higher level than just a host as I need to do cleanup too of older DNS names.
My idea was to have a block with a look which first tests via ‘dig’ to see if the name is already present, and if not, register the DNS via the dnsimple module
The problem is that blocks don’t support with_items.
At least in 2.2 and I don’t see a note about this being added.
Is it in 2.4? I don’t see any notes about this.
Thoughts?