mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-27 05:43:09 +00:00
[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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user