diff --git a/plugins/modules/cloud/univention/udm_dns_record.py b/plugins/modules/cloud/univention/udm_dns_record.py index adfe466897..40a2646a45 100644 --- a/plugins/modules/cloud/univention/udm_dns_record.py +++ b/plugins/modules/cloud/univention/udm_dns_record.py @@ -65,7 +65,9 @@ EXAMPLES = ''' zone: example.com type: host_record data: - - a: 192.0.2.1 + a: + - 192.0.2.1 + - 2001:0db8::42 '''