From 1f427249d5ed66d597400cf719083bd4ce1848fb Mon Sep 17 00:00:00 2001 From: pratikgadiya12 Date: Tue, 9 Jul 2019 12:52:02 +0530 Subject: [PATCH] Fixed examples module name in udm_dns_record (#58814) Fixes: 58813 --- lib/ansible/modules/cloud/univention/udm_dns_record.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/univention/udm_dns_record.py b/lib/ansible/modules/cloud/univention/udm_dns_record.py index a39c9cccb67..3152c595d2a 100644 --- a/lib/ansible/modules/cloud/univention/udm_dns_record.py +++ b/lib/ansible/modules/cloud/univention/udm_dns_record.py @@ -61,7 +61,7 @@ options: EXAMPLES = ''' # Create a DNS record on a UCS -- udm_dns_zone: +- udm_dns_record: name: www zone: example.com type: host_record