[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 7d06be1c20)

Co-authored-by: alice seaborn <seaborn@lavabit.com>
This commit is contained in:
patchback[bot]
2025-06-26 20:14:41 +00:00
committed by GitHub
parent fbe9e5ba3e
commit 685bdc0dc7

View File

@@ -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'