Fix example in ipa_dnszone module (#40443)

The ipa_dnszone module had a typo in the examples where "ipa_dnsrecord"
was being used instead of "ipa_dnszone".
pull/40444/merge
Jared Hocutt 6 years ago committed by Abhijeet Kasurde
parent ad69ef88e7
commit 44d9dd2c77

@ -35,7 +35,7 @@ version_added: "2.5"
EXAMPLES = '''
# Ensure dns zone is present
- ipa_dnsrecord:
- ipa_dnszone:
ipa_host: spider.example.com
ipa_pass: Passw0rd!
state: present

Loading…
Cancel
Save