fix typo in ipa_dnsrecord module examples (#10304)

[FIX] Typo in ipa_dnsrecord example

Simple comma instead of a period, easy mistake.
This commit is contained in:
alice seaborn
2025-06-26 14:03:36 -06:00
committed by GitHub
parent af8c586e29
commit 7d06be1c20

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'