From 685bdc0dc7af7b7b143a90add6a02d00c8a15afd Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Thu, 26 Jun 2025 20:14:41 +0000 Subject: [PATCH] [PR #10304/7d06be1c backport][stable-11] fix typo in ipa_dnsrecord module examples (#10308) fix typo in ipa_dnsrecord module examples (#10304) [FIX] Typo in ipa_dnsrecord example Simple comma instead of a period, easy mistake. (cherry picked from commit 7d06be1c2088a45d93e4158336552a7e24c76327) Co-authored-by: alice seaborn --- 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'