[PR #10304/7d06be1c backport][stable-10] fix typo in ipa_dnsrecord module examples (#10307)

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 22:10:58 +02:00
committed by GitHub
parent 4e73ae1a86
commit 2f623b7398

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'