From 91b692634e546a1b2fbef94d7198a03a39b91d78 Mon Sep 17 00:00:00 2001 From: Tristan Pinaudeau Date: Tue, 6 Jun 2023 05:59:32 +0200 Subject: [PATCH] Fixed typo in record_values documentation (#6620) --- plugins/modules/ipa_dnsrecord.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/ipa_dnsrecord.py b/plugins/modules/ipa_dnsrecord.py index 398f63f8e4..b1a90141b9 100644 --- a/plugins/modules/ipa_dnsrecord.py +++ b/plugins/modules/ipa_dnsrecord.py @@ -59,7 +59,7 @@ options: record_values: description: - Manage DNS record name with this value. - - Mutually exclusive with I(record_values), and exactly one of I(record_value) and I(record_values) has to be specified. + - Mutually exclusive with I(record_value), and exactly one of I(record_value) and I(record_values) has to be specified. - In the case of 'A' or 'AAAA' record types, this will be the IP address. - In the case of 'A6' record type, this will be the A6 Record data. - In the case of 'CNAME' record type, this will be the hostname.