From 7d06be1c2088a45d93e4158336552a7e24c76327 Mon Sep 17 00:00:00 2001 From: alice seaborn Date: Thu, 26 Jun 2025 14:03:36 -0600 Subject: [PATCH] fix typo in ipa_dnsrecord module examples (#10304) [FIX] Typo in ipa_dnsrecord example Simple comma instead of a period, easy mistake. --- 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 d92e2c4f66..5fb1d9a754 100644 --- a/plugins/modules/ipa_dnsrecord.py +++ b/plugins/modules/ipa_dnsrecord.py @@ -167,7 +167,7 @@ EXAMPLES = r""" state: absent - name: Ensure an NS record for a subdomain is present - community,general.ipa_dnsrecord: + community.general.ipa_dnsrecord: name: subdomain zone_name: example.com record_type: 'NS'