From dae5472206c3a451f692e9ba31dc22efefa609c8 Mon Sep 17 00:00:00 2001 From: Sven Anders Date: Sun, 10 May 2020 14:40:12 +0200 Subject: [PATCH] Fix udm_dns_record example, fixing #315 (#316) --- plugins/modules/cloud/univention/udm_dns_record.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 '''