The full traceback is:
WARNING: The below traceback may *not* be related to the actual failure.
File "/tmp/ansible_nsupdate_payload_ZGtARU/__main__.py", line 272, in create_record
entry)
File "/usr/lib/python2.7/site-packages/dns/update.py", line 136, in add
self._add(False, self.authority, name, *args)
File "/usr/lib/python2.7/site-packages/dns/update.py", line 120, in _add
self.origin)
File "/usr/lib/python2.7/site-packages/dns/rdata.py", line 391, in from_text
return cls.from_text(rdclass, rdtype, tok, origin, relativize)
File "/usr/lib/python2.7/site-packages/dns/rdtypes/IN/A.py", line 46, in from_text
return cls(rdclass, rdtype, address)
File "/usr/lib/python2.7/site-packages/dns/rdtypes/IN/A.py", line 36, in __init__
dns.ipv4.inet_aton(address)
File "/usr/lib/python2.7/site-packages/dns/ipv4.py", line 63, in inet_aton
raise dns.exception.SyntaxError
fatal: [localhost]: FAILED! => {
"changed": false,
"invocation": {
"module_args": {
"key_algorithm": "hmac-md5",
"key_name": null,
"key_secret": null,
"port": 53,
"record": "testujuns",
"server": "server.domain.local",
"state": "present",
"ttl": 3600,
"type": "A",
"value": [
"155.55.477.11"
],
"zone": "parfums.local."
}
},
"msg": "Invalid/malformed value"