mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-26 21:33:12 +00:00
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:
@@ -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